Archive for September, 2008
How to validate a form using JavaScript
Tuesday, September 16th, 2008Alot of companies have forms on their websites to help capture lead information and communicate effectively with customers and partners. Getting incomplete or invalid information can lessen the value of a potential lead so it is important to get complete and accurate information the first time.
To validate a javascript form add a javascript [...]
SSL not working in IIS
Tuesday, September 9th, 2008If you have recently moved an IIS server to another IP, you will sometimes find SSL sometimes no longer works. This is because IIS does not always correctly update its configuration files.
If you go to properties on an IIS site, you will see what IP the site is currently using (such as all unassigned) and [...]