![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: 'Lost' function return value: what am I doing wrong?
From: Michael Winter <m.winter@blueyonder.co.uk>
Date: Tue Jan 10 2006 - 15:47:59 CET
On 10/01/2006 13:48, VK wrote:
[snip]
> By having a simple button (instead of submit) you are free from any
It is ridiculous because there is no hassle. I can only imagine that the
<form ... onsubmit="checkDates();">
and
<form ... onsubmit="return checkDates();">
Furthermore, it's ridiculous in its excessiveness. Compare
<form method="POST" action="your_URL">
<!-- your form flow -->
<script type="text/javascript">
<noscript>
to
<form action="..." method="post"
and then try and tell us, with a straight face, that the former is the
Mike
-- Michael Winter Prefix subject with [News] before replying by e-mail.Received on Tue Jan 17 17:07:31 2006 |