Web Development

Authorize.net AIM Implementation in iHTML

This sample code is designed to connect to Authorize.net using the AIM method. Requires iHTML Enterprise plus edition.

Posted in iHTML, iHTML Merchant | Leave a comment

Integer Checking – iHTML code snippet

Checks if a specified variable is an integer or not using a Regular Expression. The Regular Expression: ^[-+]?[1-9]\d*.?[0]*$ The Code Snippet <

Posted in iHTML | Leave a comment

Metric Conversion Functions – iHTML Code Snippet

These functions are used for conversions, you may wish to store these functions in a seperate file i.e. metric_functions.inc which you include in your applications as needed.—————————————— Function Code ——-

Posted in iHTML | Leave a comment

Validate Social Security Numbers – iHTML Code Snippet

This snippet of code shows how to Validate Social Security Numbers using iHTML and Regular Expressions.The example below checks a variable named :SSN using a regular expression, notice that it’s used in the SRC= parameter of the tags. Edit

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