I'm a total novice when it comes to cookies and not much better off with JavaScript, but unfortunately I think I need both to satisfy a request for the Internet site I'm working on.
I need to have a pop-up window display only when a user clicks a link on our site that takes them to a site external to ours. It does not need to pop when someone is clicking links that keep them within the site.
To further complicate the request, the pop up should contain a checkbox so that they can choose not to see the warning again. And yes, to further complicate things, it needs to display for each external link. If they click external link A and check the box not to display again, re-enter the site and click external link B, the pop-up will display again since its a different site.
Any suggestions would be a tremendous help!
I need to have a pop-up window display only when a user clicks a link on our site that takes them to a site external to ours. It does not need to pop when someone is clicking links that keep them within the site.
To further complicate the request, the pop up should contain a checkbox so that they can choose not to see the warning again. And yes, to further complicate things, it needs to display for each external link. If they click external link A and check the box not to display again, re-enter the site and click external link B, the pop-up will display again since its a different site.
Any suggestions would be a tremendous help!