phillyfino
Programmer
Hello,
I'm pretty new to javascript, I needed to pass a text value from a pop up window into the parent window. What I'm doing is actually for an image....a pop up window will contain a list of images, you click on an image and the pop up closes and the image you click on will appear on the parent frame. I just need the image url, which I have on the pop up, now I need to get that url to the parent window when I click the pic. Is there a faster way to do this other than using the opener method? Thanks for your help.
I'm pretty new to javascript, I needed to pass a text value from a pop up window into the parent window. What I'm doing is actually for an image....a pop up window will contain a list of images, you click on an image and the pop up closes and the image you click on will appear on the parent frame. I just need the image url, which I have on the pop up, now I need to get that url to the parent window when I click the pic. Is there a faster way to do this other than using the opener method? Thanks for your help.