Click to See Complete Forum and Search --> : Submit Form


admin
04-29-2003, 01:17 PM
Hey Guys (and Gals)

Just of curiostiy what other functions are available for form actions. I know of the <form mailto:blah@blah...., but what else can you do with forms once the have been submitted?

Cheers

Jona
04-29-2003, 01:23 PM
Look at http://w3c.org/

requestcode
04-29-2003, 01:34 PM
Via the "action" property you can submit it to another HTML page and extract the data for further manipulation. You can also submit the form to a Server Side program written in such languages as PHP, Perl, Java and many more.