Thank you, Trollacious. Works perfectly now. Base on what I am seeing, the code actually checks to see if the window is open, and if so closes it before opening a new one. So it really isn't changing the focus back to the popup window, because it is a different one. Is this because it is too...
Thanks for your help. You'll have to forgive my incompetence when it comes to scripting...I took that code and added it to one of my pages, but it didn't change anything. So I did my best manipulate the code to do what I thought might make it work. All I did was break my original function...
I am using the following function on my website:
function popup(link, w, h) {
popupWin = window.open(link,'remote','width=' + w + ',height='+ h)
}
and then use this link to show full size images with this href:
javascript:popup('image_location', 500, 380);
When I follow a link for...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.