Gossamer Forum
Home : General : Internet Technologies :

Passing value from one Browser Window to another.

Quote Reply
Passing value from one Browser Window to another.
I have a following in browser window one -

<label for="school"> <strong>School: </strong> </label> <input type="text" name="School" id="School" maxlength="75" size="20" value="" >
<i> <a href="/cgi-bin/listschools.cgi " target="_blank" >Select School</a></i>


User can click on Select School link to get a list of all school. Listschools.cgi opens a new browser window two, ask for the 'state" and after that list all the Schools in that state city-wise in following format -

Princeton, Princeton HS
Palo Alto, Palo Alto HS

User clicks on school name say Palo Alto HS to select it, the browser window closes on click, and passes the value "Palo Alto HS" to the window one to populate School textbox.

I would appreciate if someone can help me in writing this properly to accomplish value passing using Javascript or any other technic.

Thanks.

TIF

Last edited by:

TIF: Apr 4, 2010, 12:29 PM
Subject Author Views Date
Thread Passing value from one Browser Window to another. TIF 13705 Apr 4, 2010, 12:29 PM
Thread Re: [TIF] Passing value from one Browser Window to another.
Andy 13445 Apr 5, 2010, 12:18 AM
Thread Re: [Andy] Passing value from one Browser Window to another.
TIF 13458 Apr 6, 2010, 8:24 PM
Post Re: [TIF] Passing value from one Browser Window to another.
Andy 13398 Apr 7, 2010, 12:19 AM
Post Re: [TIF] Passing value from one Browser Window to another.
TIF 13377 Apr 8, 2010, 7:05 PM