1) abhai2kGroup: Members Posts: 1Joined: 19 May 2006Location: IP: 59.144.--.--
Posted:
He i am writing this script for a gallary... Now there is an order form like this : 1. Name 2. Photo Chosen blah blah... Now next to the photo chosen there is a link which will open a popup with the photos. All we have to do it click on it and the value ( photo name )will get automatically inputed in the form ( kinda like any js rich text editor wher smily is inputed) i am a php guy so please shed some light...
2) Angus TurnbullGroup: Moderators Posts: 4042Joined: 7 Dec 2003Location: New ZealandIP: 203.173.--.--
Posted:
Either use a regular popup window, in which the object "window.opener" refers to the parent window (so you can modify its document), or try a fake "dhtml popup" type script that pops up a DIV in the current window (perhaps a better approach these days).