Automatically Close Popup Window
Question: What can I add to an HTML file presented in a popup window called by a script to automatically close that popup window after so many seconds? I have
Question: What can I add to an HTML file presented in a popup window called by a script to automatically close that popup window after so many seconds? I have
Question: Our phone numbers are stored in SQL 7 database in the format 9999999999. How can I use ASP to display the phone numbers using the mask (999)999-9999? Answer: You
Question: When I go to download the Sun JDK, I see there’s an Enterprise Edition, and a Developer Edition, as well as a Standard Edition. What are thedifferences between all
Question: I need to create a VB utility that will read and parse a flat text log file (no problem here) and then automatically send an email with any error
Question: I want to open a small ADO recordset from the server and save it the local drive to be used as a disconnected session. Can you tell how to
Question: When my clients enter searching criteria, I want to limit the number of results. For example, if the number of results is over 100, I want the user to
Question: When trying to run the SQL statement, I get this error but I don’t know what it means: Microsoft OLE DB Provider for ODBC Drivers error ‘80004005’ [Microsoft][ODBC Microsoft
Question: Is there a way to put text in an HTML file but only have selected text displayed? In place of an application’s scroll window, I want to put in
Question: What is the difference between creating objects using Server.CreateObject and the tag? Answer: The difference is when the object is actually created. Server.CreateObject makes an object whenever the code