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:49:33 CEST

Wouter wrote:

>>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.

> Sorry i forgot to say i need a target because the form is using for login a
> forum

If you mean that you have a popup window as entry point to your forum,
and want that the loaded form be in the main window, then try adding a
target="_top" in the login form, in the popup.

Otherwise could you post some code exemplifying your issue?

Thanks,
Yep.
Received on Tue Oct 18 03:00:40 2005