jebediah crump
12-21-2003, 04:48 PM
On my website, marksit3 (http://mysite.freeserve.com/marksit3/main.html), I have a list of mp3's that play when they're clicked. What I want to know is if there is a way to open two different URL's at the same time; one to go to the actual mp3 itself and one to go to a page about the mp3.
The page about the mp3 must be targeted to "frame2" but the page to the actual mp3 can be anywhere because it will just appear in media player or something.
What I'm asking for is something like this:
<a href=song.mp3 href=PageAboutSong.html target=frame2>
Obviously, that doesn't work though. Looks like I'll have to use javascript, but im not that good...
My destiny is in your hands now.
The page about the mp3 must be targeted to "frame2" but the page to the actual mp3 can be anywhere because it will just appear in media player or something.
What I'm asking for is something like this:
<a href=song.mp3 href=PageAboutSong.html target=frame2>
Obviously, that doesn't work though. Looks like I'll have to use javascript, but im not that good...
My destiny is in your hands now.