Submit button what is the call javascript

message from ritty in the city on 16 Jul 2004
I am working with dreamweaver mx. I need help with telling the call javascript
what to write in the box in order to make my form work so it can be emailed to
my email. I tried writing in form and I get the behavior but it was wrong. I
need help. Email rittyinthecity@bellsouth.net

Ritty in the CityTextText
 
Murray *TMM* replied to ritty in the city on 16 Jul 2004
I would not use the callJS behavior.

The use of mailto: is an unreliable way to do it, but you could have this -

<form ...>
<input type="button" ... onClick="this.<yourformname>.submit()">
 
Michael Fesser replied to Murray *TMM* on 17 Jul 2004
.oO(Murray *TMM*)

JS-submits are as unreliable as mailto-actions. IMHO there should always
be a real submit button.

Micha
 
Murray *TMM* replied to Michael Fesser on 19 Jul 2004
But for vastly different reasons. If your target demographic reveals that
the expected user doesn't know javascript for long hand script, a js submit
will be fine. 8)
 

Archived message: Submit button what is the call javascript (Macromedia Dreamweaver Web Design)