ShawnMolloy
MIS
Per the subject, this doesn't work in an iframe.
Code:
function album_go(albId)
{
alert('Won't see this...');
location.href = 'tray_photos.aspx?albumId='+albId;
}
Shawn Molloy
Seattle, WA
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
function album_go(albId)
{
alert('Won't see this...');
location.href = 'tray_photos.aspx?albumId='+albId;
}
function album_go(albId) {
alert('Won't see this...');
window.location.href = 'tray_photos.aspx?albumId = ' + albId;
}
alert('Won[!]\[/!]'t see this...');