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.