Lemon Squash
01-31-2003, 07:02 PM
All i want is the script for opening your default email thing to send an email to someone with the email already inserted i did have it somewhere but i lost it... o.o
|
View Full Version : Email thinggy.... Lemon Squash 01-31-2003, 07:02 PM All i want is the script for opening your default email thing to send an email to someone with the email already inserted i did have it somewhere but i lost it... o.o epolady 01-31-2003, 07:21 PM <a href="mailto:you@yourhost.com">mail me</a> ? Lemon Squash 01-31-2003, 07:27 PM is that it oh lol man i need some sleep n-n epolady 01-31-2003, 08:10 PM Yeah, that it's, lol... really not a script, more like a tag. ;) You can also have auto filled subject forms too -- <a href="mailto:you@yourhost.com?subject=Blahblah, some subject">mail me</a> or have subject & body <a href="mailto:you@yourhost.com?subject=SOME SUBJECT&body=Hi, I'm emailing you....">mail me</a> bejayel 02-03-2003, 03:13 AM or you can use a programming language and get it to be mailed right from the browser to your email. If you would like an example look at my sites contact page. http://www.flatface.net/~htmlguide/?area=contact if you would like to do somehting like this on your website get a server that supports PHP and i will be more than happy to give you the script. Lemon Squash 02-03-2003, 03:31 AM Yeah i would like something like that! ^_^ bejayel 02-03-2003, 04:39 AM well appearently you cant edit a post 5 min after it was posted so i will walk you through it in the private mesenger. |