Posted by Neil on 12/08/05 16:29
I don't have access to the page displayed after submit..
I really thought there was a way to close my own popup browser window, after
submit.
"Guillaume" <nospam@nospam.com> wrote in message
news:dn9afk$75r$1@apollon.grec.isp.9tel.net...
> Neil:
> > I'm not real clear on how to apply this and syntax.
> > Would the "blaat.php" be my submit to destination on the server?
> > This is the OnSubmit line from my form(close_window() added):
> > <form onsubmit="return validate()" "close_window()" name="smsform"
> > id="smsform"
> > action="http://sms.relay.com/send/sms" method="GET">
> >
> > It didn't close the window when tested. Do I need a separator between
> > onsubmit items, or two onSubmits?
> > Is close_window() a function I must create?
> > Do I need a <script type="text/javascript"> before your example, and
> > </script> after?
>
> I use to put the javascript code in the targeted page, not in the form.
> If this is an option...
>
> <script language="javascript"><!--//
> window.close();
> //--></script>
>
> --
> Advertize your site
> http://www.milliondollarscreenshot.com/
[Back to original message]
|