[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Mailing form
Lam Ho Sang wrote:
> > <FORM METHOD = POST ACTION = "mailto:jsw@bluefin.net" ....>
> >
> > should work
> >
> IF the form has several rows, how can i pack it together.
<FORM METHOD = POST ACTION = "mailto:jsw@bluefin.net" ....>
[put in all your "information fields" here (Textboxes, ...)
<INPUT NAME="WhateverYouWant" TYPE="SUBMIT" VALUE="SomeValue">
</FORM>
There is no use of JavaScript in that example, if you want to process the
form Data first, use onSubmit ="YourFunktion();return true",
if you want the form to be submitted automatically, you can use
document.forms[0].submit()
So long
Olaf
_____________________________________________________________________
Olaf Walkowiak, Suedeseestr.14, D-45145 Essen, Phone:+49-201-604594
si0015@aixrs1.hrz.uni-essen.de OlafWal@aol.com
URL:http://www.bikeconn.de/com/bikeconn/hotel/olaf (Homepage)
URL:http://www.bikeconn.de/com/bikeconn/hotel/olaf/java (JavaScript)
_____________________________________________________________________
Request PGP public key by E-Mail
PGP fingerprint: 55 BF 58 7A E9 DC FF 28 33 31 A6 B8 FB A1 28 A6
--------------------------------------------------------------------
This message came from the mailing list javascript. For help using the
mailing list software, please send a message to 'majordomo@obscure.org'
with the message body 'help'. To unsubscribe, send a message to
'majordomo@obscure.org' with the message body 'unsubscribe javascript'.