Re: is it possilble that a <form> dont open a new window
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.javascript archive

Re: is it possilble that a <form> dont open a new window

From: Yann-Erwan Perio <yep@invalid.com>
Date: Sun Jul 24 2005 - 12:10:17 CEST

Wouter wrote:

Hi,

> I try to make when i send a <form> that he dont open a new window. Is there
> someone who know how i can make this whit javascript ?

Generally a form does not open a new window when submitted, if it does
then you either have a "target" attribute in your form opening tag or a
"target" property defined in scripting - just remove it and the form
will be submitted in the current window, as you wish.

HTH,
Yep.
Received on Tue Oct 18 03:00:39 2005