Browsing ASP/ HTML
Prev Next
A better response.redirect
The response.
Get relative URL of current page: mstrGetURL
Returns relative URL of current page.
How to send email from ASP (Part I of II)
Want to send SMTP email from your ASP app? CDONTS is a free e-mail component that comes with IIS4, that (despite its weird name) is very easy to use and has good performance.
Convert your ODBC connections to OLE DB
Looking for faster performance? If you have an older database driven ASP app, it probably uses an ODBC DSN in its connection string to reach the database.
Self Refreshing Page
You can cause a page to automatically refresh every n seconds using the HTML Meta Refresh.
List all files in a directory
Uses the new file FileSystemObject in the scripting library to list all the files in the c:inetpubscripts directory with a link to them.
Detect User's IP address and filter based on it
If you have the need to filter out certain users from your site (hackers, unauthorized personel, etc.
Prev Next