|
-
Dec 28th, 2000, 10:09 AM
#1
Thread Starter
Member
How do you code a security information screen? The one before you go to a site or a new page the popup message will appear (sort of like a disclaimer) and you have the option to click ok and enter into the page or site or cancel and just stay where you are at. If you do not know how to code it do you know where I could go and find it?
Thanks in advance
"Jay-B"
-
Dec 30th, 2000, 02:18 AM
#2
How bout this..
<SCRIPT LANGUAGE="javascript">
function confirmit()
{if (!confirm ("Are you sure you want to enter?"))
history.go(-1);return " "}
</SCRIPT>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|