Click to See Complete Forum and Search --> : age verifcation


don
04-21-2003, 03:29 AM
Hi
Iam working on a page for a local pub and on managers links
which links to australian breweries.
would like to add age verfication to this page
I have seen it done in .asp but the pubs isp dont have asp

is there a java script that will do the same thing
legal drinking age here in australia is 18 years

I also relize it wil be easy to cheat on this verfication , more to do with look like we are resopsible.

www.thehuskypub.com.au/links.html is the page i would like to place script on

Have searched javascript souce but couldnt find one

Regards
Don

Nevermore
04-21-2003, 03:52 AM
<a href="enter.htm" onclick="javascript:return confirm('Are you over 18')">Enter</a>

don
04-21-2003, 04:54 AM
thanks for the script
but have found one and set up but have problem with it
have test page http://www.thehuskypub.com.au/links3.html
Iam very new to java script so ant help would be appricated

If sany one could have a look at it and see were I have made error.

regards
Don