Jedi-Master
06-08-2005, 06:23 PM
Alright, so you have two websites up, a normal one, and a pop-up.
Now the popup has multiple links (lets just say 3). So it has three links and each of them are hrefs to "javascript:changeotherpage(directory/name.mp3,'Name of Song')" (One question would be Where I would put the quotes in the ())
Ok so changeotherpage(mp3/name) would do something like document.write("whaterverwhatever <embed src=\"" + mp3 "\"> whateverwhatever" + name + "whatever in the end of the html page") except I want it to be put on a frame (frameset) on the normal site, so make links like A href="javascript:changeotherpage(whatever.mp3,whatever the name is)
Then the other page would be something like
Now Playing: Name of Song
and it will also embed the thing that i want.
Hope you don't fall asleep before reading it all! (seriously.)
Now the popup has multiple links (lets just say 3). So it has three links and each of them are hrefs to "javascript:changeotherpage(directory/name.mp3,'Name of Song')" (One question would be Where I would put the quotes in the ())
Ok so changeotherpage(mp3/name) would do something like document.write("whaterverwhatever <embed src=\"" + mp3 "\"> whateverwhatever" + name + "whatever in the end of the html page") except I want it to be put on a frame (frameset) on the normal site, so make links like A href="javascript:changeotherpage(whatever.mp3,whatever the name is)
Then the other page would be something like
Now Playing: Name of Song
and it will also embed the thing that i want.
Hope you don't fall asleep before reading it all! (seriously.)