benhodgson Posted September 2, 2006 Share Posted September 2, 2006 Had a quick search but couldn't see anything on this, and all the results Google returns are pretty unclear.I'm building a news system with PHP/mySQL, one of the features is to associate an image with the story. It's literally just a textbox where you input the URL to the image, but it also has a link next to it which goes to a repository of readily prepared stock images in a popup window, to save time.What I need to happen is for the user to click a picture in the popup, and for the URL of that picture to be passed back to the initial page and inserted into the URL textbox.Any help or advice on how I can do this is greatly appreciated.Thanks in advance. :) Link to comment https://forums.phpfreaks.com/topic/19427-pass-info-from-popup/ Share on other sites More sharing options...
AndyB Posted September 2, 2006 Share Posted September 2, 2006 http://www.irt.org/script/form.htm#10.3I expect one of those has your answer (or at least a signpost) Link to comment https://forums.phpfreaks.com/topic/19427-pass-info-from-popup/#findComment-84381 Share on other sites More sharing options...
benhodgson Posted September 2, 2006 Author Share Posted September 2, 2006 Excellent stuff!Got it working now, cheers. Link to comment https://forums.phpfreaks.com/topic/19427-pass-info-from-popup/#findComment-84395 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.