Thread
:
passing values from main page to pop up window
View Single Post
#
3
(
permalink
)
01-18-2008, 12:24 PM
urssanj00
Member
Join Date: Jan 2008
Location: Singpore
Posts: 3
In case you dont want to submit and pass the value using javascript only, then
in popup window following code can be used,
var a = window.parent.opener.document.getElementById("myte xt").value;
urssanj00
View Public Profile
Send a private message to urssanj00
Visit urssanj00's homepage!
Find all posts by urssanj00