Home : General : Internet Technologies :

General: Internet Technologies: Passing value from one Browser Window to another.: Edit Log

Here is the list of edits for this post
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

Edit Log: