crowee
01-04-2006, 10:33 AM
I have a web page playing music automatically. At the bottom of this webpage I have the following code to allow a visitor to open a new window. NOTE: I like the " target="blank" " part of this code so that the visitor is eventually returned back to the page that sent him to the new window...but I need additional coding to stop the music from "bleeding through" to the new window. I think I need the ".stop()" function to dynamically stop the music from playing whenever the visitor elects to open this new window by clicking on the small thumnail photograph on the initial page. Can you help?
Here's my code---
<P align=right>
<b>Want to see more ? --- Go to <EM><STRONG>Grandkids </STRONG></EM>by pointing to and then clicking on --->>> </b>
<a href="http://york1952.tripod.com/hbrucedowneygrandkids.html"
target="blank"><img name="im" src="http://filebox.vt.edu/users/hdowney/HarvardJessKris91.jpg" border="0" title=" Go To Grandkids "/></a></P>
Here's my code---
<P align=right>
<b>Want to see more ? --- Go to <EM><STRONG>Grandkids </STRONG></EM>by pointing to and then clicking on --->>> </b>
<a href="http://york1952.tripod.com/hbrucedowneygrandkids.html"
target="blank"><img name="im" src="http://filebox.vt.edu/users/hdowney/HarvardJessKris91.jpg" border="0" title=" Go To Grandkids "/></a></P>