Being a rookie with javascript I in need of some expert advice.
Does anyone know if it is possible to continue to pass a javascript variable from one page to the next?
For an explanation read the following.
I am using a flash music player that excepts javascript parameters to manipulate the player (ie. start, stop, add song, etc...)
My goal is use a link to open the player in its own window, so a visitor can continue surfing the site and adding songs to the playlist from different pages (this is a website that hosts several musicians).
The problem I have run into is when you use the link to open the player in a seperate browser window
var player = window.open("wimpy.html","window_one","height=260,width=295");
and assign the window to a variable using javascript, the links on the current page work great but when moving to a different page that contains the same links to control the player don't work.
<a href="javascript:;" onClick="player.wimpy_clearPlaylist();"> Clear </a>
Does anyone know if it is possible to continue to pass a javascript variable from one page to the next?
Thank you in advance for any help,
Rookie



Reply With Quote



Bookmarks