Programming

Validate Social Security Numbers – iHTML Code Snippet

This snippet of code shows how to Validate Social Security Numbers using iHTML and Regular Expressions.

Posted in iHTML | Leave a comment

Validate Postal Codes – iHTML Code Snippet

This Function will check the Postal code format for US and Candian Postal Codes. It can expanded to check for the formats for other countries as well.

Continue reading

Posted in iHTML | Leave a comment

XML/XSL iHTML Merchant Category Example

This example outputs pure XML code, and relies upon XSLT to output the XML Results in HTML. This example works with MSIE 5.5+ and NETSCAPE 6.0+ since they have a built in XSLT support. Have yet to test with Newer … Continue reading

Posted in iHTML, iHTML Merchant | Leave a comment

iHTML Popup Feedback Form

Set up a popup feedback form on your site in under 5 minutes. Let your visitors send you email from a popup form which uses iHTML and the <iMAIL> tag. Pop-up Feedback forms allow for visitors to send feedback without … Continue reading

Posted in iHTML | Leave a comment

Auto-Update Copyright Notice – iHTML Code Snippet

Keep your copyright notices current by updating them dynamically on your pages. Updating page copyrights can be a real pain, especially when a new year rolls around. So here’s a quick tip to let your server do this for you. … Continue reading

Posted in iHTML | Leave a comment

DSN-less Connection to a text file – iHTML Code Snippet

In this example, I’m assigning the connection string to a variable called datasource. Be certain to enclose the connection string using single quotes since the extended properties section of the connection string requires the use of quotes.

Posted in iHTML | Leave a comment

DSN-less Datasource Connections in iHTML

Did you know that you are not limited to using ASP or other programming environments for making DNS-less Connections to a datasource? If you are running iHTML on a Windows Platform, you can connect to your datasource using a DSN-less … Continue reading

Posted in iHTML | Leave a comment

Output XML AUTO|RAW SQL Queries in iHTML

MS SQL Server supports the output of your SQL Queries in XML using XML AUTO|RAW. When you use XML AUTO|RAW the result set being returned is actually one large text field, returned in a single recordset. You can display the … Continue reading

Posted in iHTML | Leave a comment