Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] Closing pop-up window on form submit


  • From: javascript@xxxxxxxxxx (Rodney Myers)
  • Subject: [Javascript] Closing pop-up window on form submit
  • Date: Tue, 25 Sep 2001 23:18:08 +0100

Had not noticed that Mark!

But instead of
<input type="submit"
it should be
<input type="button"

plus the changes I mentioned earlier

Rodney

Mark Christie wrote:

> Your submit button is named "submit".  Change its name and your submit()
> functions will work again.
>
> Regards,
>    -Mark C.
>
> -----Original Message-----
> From: Jay Wright [mailto:jwright@xxxxxxxx]
>
>
> <input type="submit" name="submit" value="Finish"
> onClick="self.formname.submit();opener.location.href='/main_page.jsp';self.c
> lose()"><br>
>