Re: document target question ?
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: document target question ?

From: alsc0001 <as.spam@czy.de>
Date: Wed Aug 03 2005 - 14:31:26 CEST

how about (not tested but should work)

<script ...>
<form name="dummy" onSubmit="document.l­ocation=http://www.xxx.com"
target="_top"></form>
document.forms["dummy"].submit();
</script>

regards

Alexander
Received on Tue Oct 18 03:04:48 2005