Click here to Skip to main content
15,884,237 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a show a popup when a user click on a button ,for this
I have written code as

XML
<div id="popup">do u want to continue yes or no</div>
   ('#popup').show();


This is working as i want, but i want a sound also ,How to get sound same as
alert() in javascript for the above code.
Posted
Updated 9-Nov-12 7:34am
v2

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