Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Submit form from popup window


Message #1 by Arundhati Bopardikar <Bopardikar@Q...> on Fri, 18 Jan 2002 14:00:55 -0800
Hi,
 I found the answer to my previous question... (how to submit form in 
opener from popup window) If anybody needs this ... use

window.opener.document.[formname].submit()

Thanx

Arundhati



 
> This is a multi-part message in MIME format.
> 
> ------=_NextPart_000_0017_01C1A028.8C384B00
> Content-Type: text/plain;
> 	charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
> 
> Hi,
> 
> I want to submit a form inside the popup window's opener page when the
> user hits submit from inside the popup window... is this possible?
> 
> I would appreciate any help.....
> 
> thanx
> 
> Arundhati
> 
> ------=_NextPart_000_0017_01C1A028.8C384B00
> Content-Type: text/html;
> 	charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
> 
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <HTML><HEAD>
> 
> <META content=3D"MSHTML 6.00.2600.0" name=3DGENERATOR>
> <STYLE></STYLE>
> </HEAD>
> <BODY bgColor=3D#ffffff>
> <DIV><FONT face=3DArial size=3D2>Hi,</FONT></DIV>
> <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
> <DIV><FONT face=3DArial size=3D2>I want to submit a form inside the 
> popup window's
> opener page when the user hits submit from inside the popup window... 
> is this
> possible?</FONT></DIV>
> <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
> <DIV><FONT face=3DArial size=3D2>I would appreciate any 
> help.....</FONT></DIV>
> <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
> <DIV><FONT face=3DArial size=3D2>thanx</FONT></DIV>
> <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
> <DIV><FONT face=3DArial size=3D2>Arundhati</FONT></DIV></BODY></HTML>
> 
> ------=_NextPart_000_0017_01C1A028.8C384B00--

  Return to Index