Javascript language

adplus-dvertising
Sending email using JavaScript
Previous Home Next

Step 1. Written below code in your application.

<html>
<body>
<input type="button" value="e_mail" 
onClick="parent.location='mailto:Email address!?subject=Subject!'">
</body>
</html>

Step 2. Run the Application.

Previous Home Next