![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: submitting a form through another frame
From: Archimedes Trajano <nospam@devdex.com>
Date: Tue Aug 30 2005 - 00:45:10 CEST
You can try this... It opens up a new window containing the same form,
At least this method will support users clicking on the back buttons or
Following is a code snippet.
<script>
<body onunload="doSubmit()">
--- Archimedes Trajano http://www.trajano.net/ *** Sent via Developersdex http://www.developersdex.com ***Received on Tue Oct 18 03:14:19 2005 |