tags: // 5) remove active
tag // 6) replace 123@abc.com with your email address in // commented out
tag // 7) remove comment tags from commented out
// tag // 8) remove View Source & Full Window buttons //********************************************************************* // ***** REMOVE THE FOLLOWING FUNCTION FOR ACTUAL APPLICATION ***** // Used to set variable email address so test results are sent to you. // This function is used to submit the forms via e-mail if they pass the appropriate checks. It passes 'true' if all // is OK and 'false' if something is wrong, to the onSubmit="submitForms()" in the
tag below. function submitForms() { if ( isEmail() && isSiteName() && isSiteAddress() && isSiteContent() ) if (confirm("\nYou're about to e-mail your submission.\n\nOK to submit. CANCEL to abort.")) { alert("\nYour submission will now be made.\n\nYou will return to from whence you came \nin about ten seconds.\n\n\nThank you!"); document.forms[0].elements[6].value=" *** processing form ***"; timerID=setTimeout('timedOut()',10000); return true; } else { alert("\nYou have chosen to abort the submission."); return false; } else return false; } // Called after timeout from function submitForms(). function timedOut() { // Message displayed in bottom text box. document.forms[0].elements[6].value=" ******** DONE ******** "; // Return to calling page. //window.location="index.html"; timerID=setTimeout("window.location='index.html'",2000) } // Checks the E-MAIL field. function isEmail() { // Return false if site e-mail field is blank. if (document.forms[0].elements[1].value == "") { alert("\nThe E-MAIL field is blank.\n\nPlease enter your e-mail address.") document.forms[0].elements[1].focus(); return false; } // Return false if e-mail field does not contain a '@' and '.' . if (document.forms[0].elements[1].value.indexOf ('@',0) == -1 || document.forms[0].elements[1].value.indexOf ('.',0) == -1) { alert("\nThe E-MAIL field requires a \"@\" and a \".\"be used.\n\nPlease re-enter your e-mail address.") document.forms[0].elements[1].select(); document.forms[0].elements[1].focus(); return false; } // ***** REMOVE THE FOLLOWING FUNCTION CALL FOR ACTUAL APPLICATION ***** return true; } // Checks the SITE NAME field. function isSiteName() { var str = document.forms[0].elements[2].value; // Return false if name field is blank. if (str == "") { alert("\nPlease enter the name of your site.") document.forms[0].elements[2].focus(); return false; } return true; } // Checks the SITE ADDRESS field. function isSiteAddress() { var str = document.forms[0].elements[3].value; // Return false if site address field is blank. if ( str == "" || str == "http://" ) { alert("\nPlease enter the address of your site.") document.forms[0].elements[3].focus(); return false; } return true; } // Checks the SITE CONTENT field. function isSiteContent() { var str = document.forms[0].elements[4].value; // Return false if site content field is blank. if (str == "") { alert("\nPlease give a brief description of your site.") document.forms[0].elements[4].focus(); return false; } return true; } // Deactivate Cloaking -->
Attention MSIE Users. This form, for some reason, does not work with Outlook Express. Please manually
e-mail
me your info.
Submit your site to be included into the
Gamez Network
Email Address:
Site Name:
Site Address:
Gamez covered in site: