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.