>Why the following buttons misteriously vanished when browsed with
>Arachne?
>
>-----
><form>
>  <div align="center"><center><p>
>  <input onclick="location='daftarkan.html'" type="button" value="SETUJU">
>  <input onclick="location='/'" type="button" value="TIDAK SETUJU">
>-----
>
>URL: http://www.plasa.com/freemail/daftar.html
>
>--Eko

She only understands the type="submit" provision of a button. A regular
button is used to invoke an applet to validate the form, for example.
A submit button sends the form data off for processing without checking
you've filled in all the required details.

JavaScript again :-(

Jake

>
>

Reply via email to