iHTML
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
Valid IP Address Check – iHTML Code Snippet
This Function will check an IP address to see if it’s made up of 4 numbers between 0 and 255, separated by periods. SYNTAX: <iFUNCCALL ALIAS="validIP" IP="IP Address Number" >
Today’s Date in French – iHTML Function
This iHTML Function will display today’s date in French. (ex: Lundi le 9 septembre 2002 ) SYNTAX: <iFUNCCALL ALIAS="FrenchDate" OUTVAR="Optional Output to Variable" > EXAMPLE USE: This
Validate GUID’s – iHTML Code Snippet
The following Code Snippet checks whether variable contains a valid GUID (Global Unique Identifer) value and assigns a Boolean value to a variable named isGUID. <irem –[ assign value to check as guid ]—>