•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the JavaScript / DHTML / AJAX section within the Web Development category of DaniWeb, a massive community of 403,235 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 4,052 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our JavaScript / DHTML / AJAX advertiser: Lunarpages Web Hosting
Views: 2771 | Replies: 6
•
•
Join Date: Feb 2007
Posts: 56
Reputation:
Rep Power: 2
Solved Threads: 0
Hey, I am trying to get a sound to play when the user moves the mouse over on of my links. I don't know javascript, I just copied this code from a book, so it's probably something simple. Here is my code:
<script language="JavaScript" type="text/javascript">
function playSound()
{
src="misc020.wav";
}
</script>
<A HREF="http://www.newhorizondesigns.org" onMouseOver="playSound()">Home</A></td> My Website <-- check out my site!
•
•
•
•
•
•
•
•
DaniWeb JavaScript / DHTML / AJAX Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
- database connection(select ,insert query) within javascript function (JSP)
- How to play sound through stereo speakers (C)
- How to code a program that can play sound (C++)
Other Threads in the JavaScript / DHTML / AJAX Forum
- Previous Thread: Java Script new line
- Next Thread: Dynamic Iframes



Threaded Mode