Click here to Skip to main content
15,885,032 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to display contact information in javascript?

contact information like mail id , phone number, company name, address in javascript alert pop up
Posted
Comments
thatraja 30-Jan-14 6:36am    
Where you're struck?

1 solution

alert("Mail : test@test.com\nName : Test\nPhone : 012345678\nCompany : Test");
 
Share this answer
 
Comments
Member 10517120 30-Jan-14 6:49am    
thank you

how to replace "test@test.com" with textbox's text ??
Member 10517120 30-Jan-14 6:51am    
my actual requirement is finding the contact from gridview and then displaying corresponding information in popup on button click
Ahmed Bensaid 30-Jan-14 9:08am    
From textbox or from gridview ?

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