Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Setting a hidden input value from another page


Message #1 by "Jonathan Frascella" <jonathan.frascella@c...> on Thu, 26 Jul 2001 09:30:37
In the popup window the opening window is referenced by self.opener so you 
can say, if the form is the first and the hidden field is named myHidden:
self.opener.document.forms[0].myHidden.value = <whatever>;



Regards

Joe Fawcett


  Return to Index