Can you tell me how to send email using javascript?
Answer Posted / prasad konnur
No we can't send mail using javascript. java script is a
client side scripting.
To send a mail we need a server side scripting like PHP.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
How can you create an Object in JavaScript?
How to get inner html of an element in javascript?
What is object freeze?
What’s relationship between javascript and ecmascript?
how can we retrieve value from one database server and store them another database server using sql server code
Public Static Void Main(String args[]) { System.out.in("Hai.."); } In the above code why string args[] is required.... If we are not giving command line argument..
Write the code for adding new elements dynamically?
Explain the typeof operator?
How do you clear an array in javascript?
TypeError: document.getelementbyid(...) is null?
List different ways of empty an array in javascript?
What is the concept of “functions as objects” and how does this affect variable scope?
What is screen object in JavaScript?
How do I add javascript to chrome?
What does the operator do in javascript?