//
archives

ASP Classic

This category contains 4 posts

Sample Pattern Regular Expression (REGEX)

Title TestDetailsPattern Title Expression ^\$[0-9]+(\.[0-9][0-9])?$ Description Validates a dollar amount including a dollar sign and 2 decmals. The decimal and cents are optional. Matches $1.50 | $49 | $0.50 Non-Matches 1.5 | $1.333 | this $5.12 fails Title TestDetailsPattern Title Expression ^(\d{1,3}'(\d{3}’)*\d{3}(\.\d{1,3})?|\d{1,3}(\.\d{3})?)$ Description This regex match numeric data in the following format: thousands are separated by (‘) apostrophe, decimal places are separated by … Continue reading

How To Install Google Analytic

Google Analytics is easy to set up and it won’t cost you a dime.  More importantly, you can have lots of great data about your visitors tracking within the hour.  Google Analytics and most other analytics applications are installed by pasting a few snippets of javascript code in the footer of the site.  If you … Continue reading

Getting URL Page in Asp Classic

Place this script on top your page : prot = “http” https = lcase(request.ServerVariables(“HTTPS”)) if https <> “off” then prot = “https” domainname = Request.ServerVariables(“SERVER_NAME”) filename = Request.ServerVariables(“SCRIPT_NAME”) querystring = Request.ServerVariables(“QUERY_STRING”) response.write prot & “://” & domainname & filename & “?” & querystring

First ASP Classic Code : How to Install IIS 6.0 and Create Virtual Directory

A. Installing IIS (IIS 6.0) _____________________ This topic describes 3 methods for installing IIS: • Using the Configure Your Server Wizard. • Using Add or Remove Programs from Control Panel. • Using unattended setup. This topic also lists the directories created on install, describes the IIS initial configuration backup, and briefly describes IIS optional components. … Continue reading

Enter your email address to follow this blog and receive notifications of new posts by email.

Join 10 other subscribers
May 2024
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  

Archives

Web Statistic

Blog Stats

  • 187,136 hits