DJ Rankin Posted October 5, 2007 Share Posted October 5, 2007 im makin a tearms and servies thing on my game but wen i press submit it gose to the main website i want it to say please check the tearms and servises do you know how? iv done a link like Enter i want it the same without the Quote Link to comment Share on other sites More sharing options...
Isomerizer Posted October 6, 2007 Share Posted October 6, 2007 Re: PLEASE READ!!!!!! im makin a tearms and servies thing on my game but wen i press submit it gose to the main website i want it to say please check the tearms and servises do you know how? iv done a link like Enter i want it the same without the <input type bit. Make sure the form action is correct? Quote Link to comment Share on other sites More sharing options...
DJ Rankin Posted October 6, 2007 Author Share Posted October 6, 2007 Re: PLEASE READ!!!!!! thats the thing i dont know the full code for it the tearms bit so u cn press submit untill the box is checked i want this script as ENTER <SCRIPT language=JavaScript> <!-- //Accept terms & conditions script (by InsightEye www.insighteye.com) //Visit JavaScript Kit (http://javascriptkit.com) for this script & more. function checkCheckBox(f){ if (f.agree.checked == false ) { alert('Please check the box to continue.'); return false; }else return true; } //--> </SCRIPT> <form action="/yourscript.cgi-or-your-page.html" method="GET" onsubmit="return checkCheckBox(this)"> By submitting, I agree that all info entered was done accurately & truthfully. I accept: <input type="checkbox" value="0" name="agree"> <input type="submit" value="Submit form"> <input type="button" value="Exit" onclick="document.location.href='/index.html';"> </form> Quote Link to comment Share on other sites More sharing options...
Isomerizer Posted October 6, 2007 Share Posted October 6, 2007 Re: PLEASE READ!!!!!! ENTER <form action="/yourscript.cgi-or-your-page.html" method="GET" onsubmit="return checkCheckBox(this)"> Change them to where you want the script to take you.... Quote Link to comment Share on other sites More sharing options...
DJ Rankin Posted October 6, 2007 Author Share Posted October 6, 2007 Re: PLEASE READ!!!!!! sorry i dont get u i want it to go http://www.zendurl.com/s/shoping1/test3 ... .htm....... i dont think u get me im making a terms and servies and im using the java script kit code for it but its a submit button i dont want that i want it as Enter not the <input type submit button Quote Link to comment Share on other sites More sharing options...
Isomerizer Posted October 6, 2007 Share Posted October 6, 2007 Re: PLEASE READ!!!!!! Enter ? Quote Link to comment Share on other sites More sharing options...
DJ Rankin Posted October 6, 2007 Author Share Posted October 6, 2007 Re: PLEASE READ!!!!!! oh i tryed that tho the pop up dosnt come up Quote Link to comment Share on other sites More sharing options...
Isomerizer Posted October 6, 2007 Share Posted October 6, 2007 Re: PLEASE READ!!!!!! <form action="http://www.zendurl.com/s/shoping1/test3/index1.htm" method="GET" onsubmit="return checkCheckBox(this)"> Quote Link to comment Share on other sites More sharing options...
DJ Rankin Posted October 6, 2007 Author Share Posted October 6, 2007 Re: PLEASE READ!!!!!! wot about the link <form action="http://www.zendurl.com/s/shoping1/test3/index1.htm">ENTER</a> wen u put dat near the input type the pop up dosnt come up Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.