Link to SmugMug
Moscowdave
Registered Users Posts: 1 Beginner grinner
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!
<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!
0
Comments
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
SmugMug Support Hero