Forum Moderators: open

Message Too Old, No Replies

Redirect and bookmark

         

gph

2:38 am on Jan 31, 2002 (gmt 0)

10+ Year Member



I want to use a resolution redirect on an index page (it's an image site) but can't figure out a way to allow visitors to bookmark the index page (not the resolution specific page). Is there a way to redirect on the same page without creating a loop? Or any other method of accomplishing this?

Thanks for your help

justa

3:11 am on Jan 31, 2002 (gmt 0)

10+ Year Member



Welcome to Webmaster World gph.

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>

gph

3:30 am on Jan 31, 2002 (gmt 0)

10+ Year Member



Thanks justa, I was just going through the archived threads on this site, WOW, a lot of useful information here. I'll try to better explain.

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.