Hi Tonyd,
As far as I can see, your problem (I think) is that the JavaScript is causing the fact that when you click the link, it will play the sound and change the picture, but the problem is that the link is only being used to do that, rather then functioning as a link. In other words, this is the kind of thing I'm thinking you need to put in the js:
Code:
<html>
<head>
<script*type="text/javascript">
{
****document.getElementById('myAnchor').innerHTML="Visit*Google"
****document.getElementById('myAnchor').href="http://www.google.com"
}
</script>
</head>
<body>
****<p id="myAnchor">Visit*Google</p>
****
</body>
</html>
Please tell me if this works
***********
*******
Bookmarks