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> >
- References:
- [Javascript] Closing pop-up window on form submit
- From: Mark Christie
- [Javascript] Closing pop-up window on form submit
- Prev by Date: [Javascript] Closing pop-up window on form submit
- Next by Date: [Javascript] Closing pop-up window on form submit
- Previous by thread: [Javascript] Closing pop-up window on form submit
- Next by thread: [Javascript] Closing pop-up window on form submit
- Index(es):