![]() |
javaccript code Hello everybody This is lucy smith, new to this forum as well as javascript, i am trying to write code to send an email using javascript but was enable to do it and also a vertical scroll bar moving up code i need urgently, kindly help me either providing code or provide me source from source from where i can get it |
Re: javaccript code JavaScript is a client side scripting language. Sending email from a Website requires a server side language such as PHP. Hope this helps, T |
Re: javaccript code You do not need Javascript to do that you want. Simply include a mailto link in your page and when the user clicks on it their email client is automatically opened with the 'to' field automatically prefilled. Example: Code: <a href="mailto:you@somedomain.com">contact us</a>Try this: Encrypt mailto-email links Sean |
Re: javaccript code You can't send email with javascript, it is a client side language. Use php instead. |
| All times are GMT -6. The time now is 06:11 PM. |