Forum Moderators: open
Thanks for your help
Not exactly sure what you're talking about witht resolution redirect, but this is a way you can bookmark any given url.
Hope it helps.
<head>
<!-- Begin
function addbookmark()
{
bookmarkurl="http://www.yoursite.com.au/"
bookmarktitle="Your Site Homepage"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
// End -->
</script>
</HEAD>
<BODY>
<a href="javascript:addbookmark()"><b>Bookmark This Page</a>
I want to redirect when visitors first enter the site but don't want them to bookmark a following page that is created for a specific resolution. In other words I want them to always enter through the redirect page.
I've never seen that script before so I'll give it a try and see if it's what I'm after.
Thanks for your help.