Re: Client side form script by Roland
Roland
Mon Nov 10 06:03:06 CST 2003
Are you asking how to send the results of a web form via email? If so, this
is an HTML question, not vbscript.
<form id=mailform action=mailto:somebody@somewhere.com enctype="text/plain">
First Name: <input id=firstName type=text value="" /><br />
Last Name: <input id=lastName type=text value="" /><br />
Email: <input id=email type=text value="" /><br />
<input id=submit type=submit value="Send" />
<input id=reset type=reset value="Clear" /><br />
</form>
It's ugly. It doesn't validate but it's functional.
Roland
"Dave" <sds_software@hotmail.com> wrote in message
news:06af01c3a775$5a98c740$a601280a@phx.gbl...
does anyone know a script i can use to send a form to an
email address without using a cgi?
any script or suggestions would be useful
thanks
Dave