function OnButton1() { document.form.action = "MotorApp3.php?&q=" document.form.target = "_parent"; document.form.submit(); return true; } function OnButton2() { document.form.action = "MotorApp4.php" document.form.target = "_parent"; document.form.submit(); return true; } function OnButton3() { document.form.action = "https://www.paypal.com/cgi-bin/webscr" document.form.target = "paypal"; document.form.submit(); return true; } function OnButton4() { document.form.action = "MotorApp3.php?dID=100&webSales=yes#Request" document.form.target = "_self"; if ((document.form.DiscountCode.value != '')){ document.form.submit(); // Submit the page return true;} } function OnButton5() { document.form.action = "MotorApp3.php?dID=100&webSales=yes#Request" document.form.target = "_self"; if ((document.form.ShippingZip.value != '' && document.form.ShippingCode.value != '')){ document.form.submit(); // Submit the page return true;} } function OnButton6() { document.form.action = "MotorApp3.php?dID=100&webSales=yes&requestInfo=yes&q=#Request" document.form.target = "_parent"; document.form.submit(); return true; } function OnButton7() { document.form.action = "MotorApp3.php?dID=100&webSales=yes&q=1#Request" document.form.target = "_self"; document.form.submit(); // Submit the page return true; }