HTML Mailto tag???
-
Hey, I need to know how to submit a form to an e-mail address. What I got right now just opens up Outlook Express. I don't want Outlook to open, I just want the info on the form to be sent to the E-mail address. This is the code I'm currently using. As for my books and anything I can find online, it's all basically the same as this.
I'd love to be using a script or .NET for this, but the server that the site is uploading onto only supports HTML and JavaScript. It's not meant for much besides posting family photos. Cheers Ironsmith
-
Hey, I need to know how to submit a form to an e-mail address. What I got right now just opens up Outlook Express. I don't want Outlook to open, I just want the info on the form to be sent to the E-mail address. This is the code I'm currently using. As for my books and anything I can find online, it's all basically the same as this.
I'd love to be using a script or .NET for this, but the server that the site is uploading onto only supports HTML and JavaScript. It's not meant for much besides posting family photos. Cheers Ironsmith
you can simply do it with tag a : contant us it opens outlookexpress . hope to solve your problem . Have good day and time
-
you can simply do it with tag a : contant us it opens outlookexpress . hope to solve your problem . Have good day and time
-
you must set its href to this string :>> href="mailto:info@iranips.com" Have good day and time
-
Hey, I need to know how to submit a form to an e-mail address. What I got right now just opens up Outlook Express. I don't want Outlook to open, I just want the info on the form to be sent to the E-mail address. This is the code I'm currently using. As for my books and anything I can find online, it's all basically the same as this.
I'd love to be using a script or .NET for this, but the server that the site is uploading onto only supports HTML and JavaScript. It's not meant for much besides posting family photos. Cheers Ironsmith
By default, mailto hyperlinks open in the default mail client. Deepak Kumar Vasudevan Personal Web: http://vdeepakkumar.netfirms.com/ I Blog At: http://deepak.blogdrive.com/
-
By default, mailto hyperlinks open in the default mail client. Deepak Kumar Vasudevan Personal Web: http://vdeepakkumar.netfirms.com/ I Blog At: http://deepak.blogdrive.com/
Hey, Thanks for the info. It seems that this is not gonna happen without the use of scripts (asp, cgi, php). I'm restricted to only HTML and JavaScript, so I just set the contact buttons to open up Outlook. It would be nice to submit the form, but this server only supports HTML and JavaScript. Maybe one day if my client ever updates their service then I can submit forms. Thank you again. This site never lets me down. Ironsmith
-
Hey, Thanks for the info. It seems that this is not gonna happen without the use of scripts (asp, cgi, php). I'm restricted to only HTML and JavaScript, so I just set the contact buttons to open up Outlook. It would be nice to submit the form, but this server only supports HTML and JavaScript. Maybe one day if my client ever updates their service then I can submit forms. Thank you again. This site never lets me down. Ironsmith
you want to send mail,not open up outlook but without the use of script(asp,cgi,php),no idea....