/******************************************************************************* "All Post Contact Form"'s JS File Created by RainbowLink Inc. ### Modified by You! ### ### Modify this file! ### * Check some inputted informations ( required items ) * #--------------- How to Modify this File ------------------------------- https://www.Rainbow-Link.com/catalogue.htm?&item_no=RLF16&medialink_id=wp -----------------------------------------------------------------------# ******************************************************************************/ /* English * Check some inputted informations ( required items ) */ function checkForm() { //var x1 = document.forms["rl_apcf"]["E-mail"].value; //var x2 = document.forms["rl_apcf"]["postalcode"].value; //var x3 = document.forms["rl_apcf"]["address"].value; /* if (x1 == "") { alert("Would you input your E-mail address?"); return false; } */ /* if (x2 == "") { alert("Would you input your Postal Code?"); return false; } */ /* if (x3 == "") { alert("Would you input your Address?"); return false; } */ }