Hello all

        I thought I saw the answer to this question awhile back but could
not find it in the archives.

        I want to return a variable from a popup window back to my main
window to populate a form field.

I call the new window like this and pass a few vars to the popup:

function newwindow(var1,var2,var3){
                showModalDialog("popup/DeviceName.cfm?newvar1="+var1+"&
newvar1="+var1+"&newvar1= "+var1,"sub","height=400 , width=350 ,screenX=10,
screenY=10");
                }

Now I just need to get var back to the calling page.


Thanks for any help
Rodney
______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to