Jump to content
xisto Community
feroze

Help With Javascript I need help on how to make a form

Recommended Posts

hi guys i wanna make a form and the data should be sent directly without going through mail clients when u put mailto in HTML.can any of u guys plz gimme the code??

Share this post


Link to post
Share on other sites

Well, there isn't a way of doing that with javascript I'm pretty sure. It isn't something your browser can choose to do or not to do.To send email driectly, you can use the php mail function which may be more like what you want to do.This way, the server not the client is sending the email.Hope this helps, :Dvujsa

Share this post


Link to post
Share on other sites

If you are looking to send an email you will need some server side scripting language like PHP and its mail() function.

I think that this article, which explains how to setup the form and the php script, is what you are looking for.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.