









A Quick Way to Read Database Contents in ASP
If you develop a complex Web application, you may find it a daunting task to keep track of the vast quantities of data on multiple domains in databases that quickly
If you develop a complex Web application, you may find it a daunting task to keep track of the vast quantities of data on multiple domains in databases that quickly
It is possible to call two different functions when only a single event has occurred; for example, when the user has clicked on a particular button, or when your page
The code below gets the SELECT OPTION that the user has selected (from the SELECT element’s selectedIndex property) and uses that value to determine the correct branch in a case
Microsoft FrontPage makes it easy to define hot spots on a JPG or GIF image. In just a few steps, you can put a graphic to work on your page
Question: I can use VI to create a new project on the remote server, but when I want to debug the program, it raise an error: “unable to find server
Question: I want to have an image pop up, like a tool tip, when I hover over specific text. Is there any way to do this with DHTML or Javascript?
Question: I want to provide the facility to add/delete/modify Windows NT users from a remote browser. However, I don’t know how to do it. Can you kindly help? Answer: This
Question: I have a problem with the add and update query in SQL. I am trying to update the database with a string which contains one or more apostrophes. SQL
Question: I tried using the replace function as shown below, but I receive an error on using “Next i”. Function formatOutput( theText )Dim iDim sNewStringFor i = 1 to Len(theText)