Click here to Skip to main content
15,922,894 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want send email form in php, i created form , i want send email from this form,

ASP
<form id="form" method="post" >
                        
                        
                            <fieldset>
                              <label><input type="text" value="Name" onBlur="if(this.value=='') this.value='Name'" onFocus="if(this.value =='Name' ) this.value=''"></label>
                              <label><input type="text" value="Email" onBlur="if(this.value=='') this.value='Email'" onFocus="if(this.value =='Email' ) this.value=''"></label>
                              <label><textarea onBlur="if(this.value==''){this.value='Message'}" onFocus="if(this.value=='Message'){this.value=''}">Message</textarea></label>
                              <div class="btns">
                              <a href="#" class="button">Reset</a>
                              <a href="#" class="button" önclick="document.getElementById('form').submit()">submit</a></div>
                            
                            </fieldset>  
                          </form>
Posted
Updated 13-Aug-13 21:49pm
v3
Comments
bbirajdar 14-Aug-13 4:28am    
Dear Sir.. What else do you want ? We are here for your service and waiting for your next words...

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900