![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: is it possilble that a <form> dont open a new window
From: Yann-Erwan Perio <yep@invalid.com>
Date: Sun Jul 24 2005 - 19:39:00 CEST
Wouter wrote:
> check: http://webshop.addrenaline.com/content/algemeen/algemeen/0/
Thanks this is clearer now.
The approach in your page is dependent on javascript, which means that
Now, if you want to keep this popup approach, then update the main file
--- main file ---
<a href="login.html"
---
--- popup file ---
<form action="doLogin.html"
target="main"
onsubmit="setTimeout(function(){window.close()},1);return true">
<input type="submit">
</form>
---
HTH,
Yep.
Received on Tue Oct 18 03:00:47 2005
|