Using Images for Table Borders
This method consists of creating empty rows and columns where an image will show through around a central cell that will contain the table’s content.To use an image as a
This method consists of creating empty rows and columns where an image will show through around a central cell that will contain the table’s content.To use an image as a
The result is a password script that won’t crumble as soon as the user views the page’s source. Here’s the code: Enter username: Enter password:
Preventing the document from being cached ensures that a fresh copy of the document will always be retrieved from the site, even during the user’s current session, regardless of how
You can remove underlining from all the links in your page by including the following lines in the tag of your HTML page:
There is no Response object method that will redirect/forward a page visitor to another page after a specified amount of time.To achieve this you can use following two methods:1) Using
Eliminate any database connection logic from your ASP pages by implementing a simple VB component that wraps up the most common ADO functionalities and in conjunction with a UDL. 1.
You can change the given format into the required date format using the CONVERT Function. Here’s an example: companyid peo———– ———–104 1998-09-30104 1999-09-30104 1999-12-31104 2000-03-31104 2000-06-30104 2000-09-30104 2000-12-31104 2001-03-31104 2001-06-30104
It’s possible to send messages from one system to another system in an Intranet by using ‘xp_cmdshell’ extended stored procedure in MS SQL Server. The usage of this procedure can
A string contains Yes or No answers to a series questions. How do you count the number of correct answers and wrong answers?Here’s the code: DECLARE @TestResults varchar (120)SET @TestResults