Gossamer Forum
Home : General : Internet Technologies :

Re: [TIF] Passing value from one Browser Window to another.

Quote Reply
Re: [TIF] Passing value from one Browser Window to another. In reply to
You would really need to use a javascript new.window() to open the URL to the script. Then, when you want to return the value - you would do something like:
Code:
opener.document.formname.field.value = "something"

Heres a good example - hopefully will get you on the right tracks:

http://www.rgagnon.com/jsdetails/js-0066.html

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread Passing value from one Browser Window to another. TIF 13797 Apr 4, 2010, 12:29 PM
Thread Re: [TIF] Passing value from one Browser Window to another.
Andy 13532 Apr 5, 2010, 12:18 AM
Thread Re: [Andy] Passing value from one Browser Window to another.
TIF 13544 Apr 6, 2010, 8:24 PM
Post Re: [TIF] Passing value from one Browser Window to another.
Andy 13485 Apr 7, 2010, 12:19 AM
Post Re: [TIF] Passing value from one Browser Window to another.
TIF 13463 Apr 8, 2010, 7:05 PM