Forum Moderators: not2easy
Thanks
You want to have an image pop in a new window, and you want that window to be the size of the image, and of course it would be nice to not have that window be a full browser (the buttons and the URL bar and all that crap), correct?
Go to the Yourhtmlsource website and look at the popup tutorial under Javascript. (i'm posting the URL but i'm new to the forum and it seems that some URLs get edited, so sorry if you don't see it).
[yourhtmlsource.com...]
This tut, among plenty of others on the web, tells you how to get classy popups with JS, instead of a brand new browser window, which besides being ugly has all kinds of accessibility problems. It's worth the effort. Hope that helps.