When clicking on a photo, I have a customized popup that let's you zoom in/out on the image. While zooming in and out, I am using the javascript window.resizeTo( )function to grow/shrink the window to match the photo size. Since I have been testing this on the webserver computer, I never noticed a problem before.
Internet Explorer is a requirement for the application as of now, and therein lies the problem.
When accessing this popup from another computer(not the server), I get an access denied error everytime I try to call the window.resizeTo( ) function. The window resizing all takes place in the popup window itself, so I'm not sure exactly why access would be denied.
Could an expert please clarify this or tell me what i'm doing wrong?
Also, if it's impossible to use the resizeTo( ) function, is there another way to get the same functionality?
As of now, on the popup, you click a zoom button, which in turn calls a javascript function which increases the size of the photo and the window.
Thanks :)
Start Free Trial