Click to See Complete Forum and Search --> : i can mail any address throug java script


haroon
01-06-2003, 01:26 PM
Hi
I would like ask . it can be posibble that i can mail any address throug java script
thanks

swon
01-06-2003, 02:00 PM
It's possible, what kind of address do you want to send? Do you have some code?

Kyleva2204
01-06-2003, 03:02 PM
It doesent work for aol. It brings up a write mail screen. But it works with IE.

haroon
01-06-2003, 03:06 PM
in my web have resgistrtion form have some text box and submit button . i want when client push to submit all data send into my mail address as mail is it posible . if posibble tell me how?
thanks
haroon idrees

swon
01-06-2003, 03:11 PM
I'm not sure but do you mean something like that:

<form action="mailto:Youremail@yourdomain.com" method="post">
<input type=text name=Name value="Fill in your name">
<input type=submit value=Send>
</form>