Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How can we send mail using JavaScript?

Answers were Sorted based on User's Feedback



How can we send mail using JavaScript?..

Answer / live

I want descriptive code for Send Email...
if Member is Register than i send confomation Mail send to
particular member

Is This Answer Correct ?    38 Yes 49 No

How can we send mail using JavaScript?..

Answer / senthilkumar .g

form action="mailto:you@yourdmainhere.com" method="post"
enctype="text/plain" >
FirstName:<input type="text" name="FirstName">
Email:<input type="text" name="Email">
<input type="submit" name="submit" value="Submit">
</form>

Is This Answer Correct ?    73 Yes 86 No

How can we send mail using JavaScript?..

Answer / 567

56

Is This Answer Correct ?    36 Yes 69 No

Post New Answer

More PHP Interview Questions

What is namespace in php?

0 Answers  


1.What is application server ? 2.What is web server ? 3.Explain the process of execution of a php file ?

9 Answers   IBM,


How to read one character from a file?

0 Answers  


Which of the following represents the proper way to set a session variable? Answer: a. $_SESSION['foo'] = 'bar'; b. session_start(); c. session_set_save_handler ('myopen', 'myclose', 'myread', 'mywrite', 'mydelete', 'mygarbage'); d. $foo = $_SESSION['foo']; 2.When administering MySQL, you should make the data directory accessible via the operating system 3.which statement can be used to determine how the optimizer resolves a query

9 Answers   Cybercom, TCS,


How can I increase my website session?

0 Answers  


Why is php used?

0 Answers  


Do loops php?

0 Answers  


How many Types of COmments are there in PHP and what are they?

4 Answers  


What are the difference between abstract class and interface?

4 Answers  


List types of array are available in php?

0 Answers  


write a note on Testing the web site

0 Answers  


What changes to done in PHP.ini file for file uploading?

2 Answers  


Categories