Jago6060 Posted June 11, 2007 Share Posted June 11, 2007 I want to create a popup window on a single page that is fixed to the left side tat displays the images on the page when you rollover them(just a single image shown at a time). Is this possible? if so can anyone help get me started? Quote Link to comment Share on other sites More sharing options...
Goose Posted June 12, 2007 Share Posted June 12, 2007 I'm not sure if this is valid anymore, but a long time ago I wrote an image browser in javascript and html. It would open up a new window (while keeping the window that opened the new window open) and when you clicked on the image you wanted it put some text in a field from the opening window. The way I accessed the window was: window.opener.document... Hopefully, that helps. It is hard to find documentation about this on google. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.