Click to See Complete Forum and Search --> : Come On Please Help Me!


humphree
01-04-2004, 01:58 PM
gone

humphree
01-04-2004, 02:02 PM
ive gotten some of it to work(the email and subject only) Now i need to put the default message into the body.

humphree
01-04-2004, 02:04 PM
gone

fredmv
01-04-2004, 02:06 PM
You aren't very patient. Your last thread (double-post) was posted only a few minutes ago.

As for your question, try something like this:<input type="button" onclick="location='mailto:you@whatever.com?subject=register&body=Username:%0D%0APassword:%0D%0AName:';return false;" value="Register" />However, you should probably use a link so it will sitll work for people without JavaScript.

humphree
01-04-2004, 02:08 PM
then can you give me the script for the link?

fredmv
01-04-2004, 02:11 PM
<a href="mailto:you@whatever.com?subject=register&body=Username:%0D%0APassword:%0D%0AName:">Register</a>

humphree
01-04-2004, 02:13 PM
thanks man! I gunna use it for my website! uhm, check out www.kamalohe.com

fredmv
01-04-2004, 02:17 PM
No problem. But remember that some people don't even have mail clients installed, so that could cause problems for some. The best solution for this is a server-side scripting language if available.

humphree
01-04-2004, 02:19 PM
and the page for what is going to be the login page(i just using this one for a test) www.kamalohe.vzz.net/homan.html

humphree
01-04-2004, 02:21 PM
im using hostultra.com for my website...