>
> Has any of you encountered a situation where you want user to
> hit Enter to submit the FORM, mainly for IE5+ browser,
> Netscape6+ support would be nice as well,
> in other words, have the function of
> <input type="submit" value="">
> while not showing it, the CSS attribut of style="display:
> none" won't be applicable here, <input type="submit" value=""
> style="display: none">, which seems simply disables it.
>
> Some sort of js like at FORM action level like
> FORM action="" method="post" on.... ?
The submit() method submits the form, so all you've got to do is tie
that to something on the page
So:
document.formName.submit()
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]
