puccamucci
11-13-2003, 03:55 AM
Does anybody know how to do the code where they list a bunch of terms and then u click the botton saying that u agree to the terms and it let's you enter the page? And where do you put the link of where the page they'll be entering in the code?
lefty
11-13-2003, 05:31 PM
You can try an alert:
http://www.lissaexplains.com/javascript5.shtml#popups
Rosey
11-13-2003, 07:47 PM
I know what she is talking about. It's a page with all your tos and then at the bottom there is a check for "I agree to these terms" and you have to check it before they are allowed to enter.
I saw it and I can't find it anymore..this is not my day!
Rosey
11-14-2003, 08:13 AM
A HA!!!
Just put your file name in there. The thing is that if they know which page they are being redirected to, they could go there directly unless you password protect that page too or directory.
I agree <input type="checkbox" onclick="this.form.onward.disabled = !this.checked"><br>
<input type="button" name="onward" value="Continue" disabled="true" onclick="window.location = 'page.htm'">
</form>
Rosey
11-14-2003, 09:00 AM
Ummm...ok ..well that code works but there are ways around it.
The password protect would work but it's a hassle.
oh well, i'm giving up for tonight :(