Results 1 to 2 of 2

Thread: security message

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2000
    Location
    W.Lafayette, In USA
    Posts
    37
    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"

  2. #2
    Guest
    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
  •  



Click Here to Expand Forum to Full Width