Click to See Complete Forum and Search --> : Emailing to.


humphree
01-04-2004, 01:17 PM
I want it so that when a user clicks a button(for registering), it brings up the usual email thing(outlook) and it already has it set up like this.
email to:myeamil@sdfsaf.com
subject:Register
and in the body it has:
Username:
Password:
and
Name:
can you help me out?

AdamGundry
01-04-2004, 03:20 PM
AFAIK, there is no standard way of including line breaks in the body, which is unfortunate, but you can get close:

<a href="mailto:myeamil@sdfsaf.com?subject=Register&body=Username:%20%20%20Password:%20%20%20Name:">Email</a>

Adam

fredmv
01-04-2004, 03:27 PM
Exactly why you shouldn't double-post (http://forums.webdeveloper.com/showthread.php?s=&threadid=24572)... It confuses people.