Blog
24 x 7 x 365 US Based Support
1-Click Installs of Popular Applications and Site-Builders
99.9% Uptime Guarantee
How do I create a javascript form validator?
If you would like the validator script, click here If you would like to view the sample code, click here
How do I create a time/date script using javascript?
If you would like the scripts, click here to view the page. This is a javascript that will display time and date in several formats. You can modify it as necessary to use the time/date format that you wish. Below is an example of the output.
What is a DLL?
DLL or Dynamic Link Library, is a library of executable functions or data that can be used by a Windows application. Typically, a DLL provides one or more particular functions and a program accesses the functions by creating either a static or dynamic link to the DLL....
What is PHP Fmail or fmail.php?
Virtual Servers are setup to use sendmail, which is a component used to send email from your server. AIT has provided a script designed to process any forms that you write for your site. No knowledge of PHP is necessary to implement a working form on your...
How can I force ASP to report errors in Internet Explorer?
In order to allow ASP to report errors in Internet Explorer, the option must be enabled. Go to the Tools menu and select Internet Options. Once there, select the Advanced tab and find the entry for Show Friendly HTTP Error Messages. Once...
How do I correct the ‘Invalid ProgID’ error when using ASPemail?
To correct this you will need to verify that the from field in your script has your email address with your domain name in it. For security reasons, you will not be able to use an external email address such as MSN Hotmail or AOL.
Why do I receive the “cannot find installable ISAM” error on my Fully Manged Windows server?
Typically, there are 2 major reasons why you receive this error. The ASP scripting has some sort of loop or incorrect DSN connection statement. Something with the DSN or driver is incorrectly configured. Here are a few steps that you can go through to debug this...
How do I use aspemail on my Fully Managed Windows hosting account?
ASP Email is installed on our Fully Managed Windows hosting account. Below is a sample of the coding using the aspemail. For specific information on how to utilize aspemail, go to //www.aspemail.com/index.html. <% Set Mail =...
Can I put a whois feature on my website?
Yes, AIT Servers (Linux Fully Managed servers only) are configured with the whois script and can be accessed on your server at whois.htm. To make the whois script work, use the following code in any HTML page: < form method="POST" action="/cgi-bin/whois.cgi">...
How do I create a hit counter?
Please note that this article does discuss the term "Hit Counter". If you want this number displayed publicly on your site, follow the instructions below. In most cases however, the "Hit Counter" has been replaced with Web Statistics. Please review...

