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? Link to comment https://forums.phpfreaks.com/topic/55176-solved-~need-some-help-with-an-idea~/ 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. Link to comment https://forums.phpfreaks.com/topic/55176-solved-~need-some-help-with-an-idea~/#findComment-272815 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.