13048Confirmable Order Formhttp://javascript.internet.com/forms/confirm-order.htmlJavaScript can take the contents of an HTML order form, process them, and display the order for verification even including the grand total! When the user confirms the order by clicking the button, the order is emailed to you by using freedback.com's free form processor cgi script. This script does take a bit of modification, but surely is worth it if you sell anything online. To go straight to the source code, click the link below:JavaScript > Scripts and Programs > FormsOct 12, 2006
If you have a very large HTML SELECT list, finding the correct item can be like looking for a needle in a haystack. For example, if you have a list of a couple hundred names, finding a single one can be difficult. This article describes a JavaScript technique for filtering the items in a select list so that only the matching items are shown, making it much easier to locate the desired item
search engine & formatted form layout - On the first place you better add in your website a few lines code to offer your visitor an handy search engine , better a Meta Search , your visitor should be set at easy to stay on your site , but do not invite him to replace your page with his search , so let him open the search page in another window ...check the source code of this page and copy the form if you like www.info.com ...but do not forget to use target="top" attribute. Do not forget to control every now and then that your search engine starting form works , as it may happen that the search engine owners change their code reference , so keep an eye on the action code in your form. I enclose herein the formatted code I used in my homepage as I believe that a touch of color and a saving on a couple of lines form returns'spaces is cardinal for winning the neverending fight with the web page formatting.
To expand these themes , review and updating ,
Simply click inside the window below, use your cursor to highlight the script, and copy (type Control-c or Apple-c) the script into a new file in your text editor (such as Note Pad or Simple Text) and save (Control-s or Apple-s). The script is yours!!!
Checking that form fields have input is extremely important - having this performed before the form is submitted, client side, before its handled by anything at the backend such as an SQL or MS Access database, is vital and an additional factor in getting accurate input. This code contains functions to check null input and also to check if an email address follows a valid pattern.
Joining mailing list will entitle you
to receive occasional emails informing you of news and
updates to the site and any special offers that may be
of interest to you.