Make Background Image Act as a Watermark in IE
Microsoft’s Internet Explorer 3.02 and above supports a BGPROPERTIES attribute that when set to “fixed” modifies the behavior of the background image to act as a watermark instead of scrolling
Microsoft’s Internet Explorer 3.02 and above supports a BGPROPERTIES attribute that when set to “fixed” modifies the behavior of the background image to act as a watermark instead of scrolling
You can programmatically find out how long SQL Server has been running by getting this information from the sysprocesses table. Sysprocesses is a table in the master database that contains
The simplest way to create a timer in Java is to use the static sleep() method on the Thread class. This code shows a main class that has a while
Question: I have an app exposing a connector class that returns a reference to a single internal global object. This app runs continuously and I want to display status info
Question: I created an ASP that uses VB script to access an Access 97 database in a test environment. Here is the query used: “select * FROM property WHERE user
Question: I have two forms on my ASP page. The first form uses the &qout;Post” Method and second uses the &qout;Get” Method. The form using the “Get” method has a
Question: I am creating a site with a public area and a secure area, which is broken into three parts. To enter security, the user goes to LogIn.htm and enters
Question: I want to retrieve the system date and convert it to a text string. I can get the system date (using the Date() function call), but I cannot write
Question: I have an ASP that records a text of notes created by a user. I save this note in a database along with a date&time stamp. If the client