Re: 'Lost' function return value: what am I doing wrong?
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: 'Lost' function return value: what am I doing wrong?

From: Michael Winter <m.winter@blueyonder.co.uk>
Date: Mon Jan 09 2006 - 21:36:58 CET

On 09/01/2006 18:26, VK wrote:

[snip]

> <form method="POST" action="your_URL">
>
> <!-- your form flow -->
>
> <script type="text/javascript">
> var b = '<input type="button" value="Submit" ';
> b+= 'onclick="validate(this.form)">';
> document.write(b);
> </script>
>
> <noscript>
> <input type = "submit" value="Submit">
> </noscript>
> </form>

Why on Earth would the OP want to do something as ridiculous as that?

[snip]

Mike

-- 
Michael Winter
Prefix subject with [News] before replying by e-mail.
Received on Tue Jan 17 17:06:36 2006