Programming
Validate Social Security Numbers – iHTML Code Snippet
This snippet of code shows how to Validate Social Security Numbers using iHTML and Regular Expressions.
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.
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
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
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
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.
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
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