Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: form submission


Message #1 by "carl b" <carl929380262@a...> on Thu, 17 Jan 2002 10:19:49
why not try calling a function in the opener window :

<input type="button" onClick="opener.JSScript()">

At 11:13 17/01/02 +0000, you wrote:
> > Carl,
> >
> > Instead odf using a submit button submit the grand parent window, use
> > only a button.
> > I guess this should work.
> >
> > Regards,
> > Nitin.
> >
>
>Thank you for replying. Did you mean:
>
><INPUT type=button name=submitvalues value=Submit
>onclick="opener.opener.document.form1.submit();self.close()">
>
>where type is 'button' instead of 'submit'?  I've just tried this and it
>still does'nt work.



  Return to Index