Link to SmugMug

MoscowdaveMoscowdave Registered Users Posts: 1 Beginner grinner
edited November 25, 2010 in SmugMug Support
Howdy. I put a link on our business club website (www.britishclub.ru) from the main menu to our photoalbums on SmugMug.

<script type="text/javascript">
try
{
if (!top.adminpanel)
{
window.location = "http://britishclub.smugmug.com";
}
}
catch(e) {}
</script>
Works fine :)) but when I hit the "back" button, I stay where I am. I wanna go back to where I was. Any idea how I could do that. Something in the code maybe?
Thanks. Dosvidaniya!

Comments

  • rainforest1155rainforest1155 Registered Users Posts: 4,566 Major grins
    edited November 25, 2010
    Hi Dave,

    Working fine for me. But do you really need to use javascript? Wouldn't a simple html link do the trick? That may also resolve your issue with the back button in your browser.

    Sebastian
    Sebastian
    SmugMug Support Hero
Sign In or Register to comment.