Hey guys ... Here is the page in question: http://mobiusdan.com/wordpress/home.php?artist= If you view the source, you can see that I have a div loading above an iframe ... This div is where i have a music player ... When the iframe below changes (wordpress), then the div stays static as the player div. My question now is ... How can I create any link within the iframe that will control the div content, without reloading the entire screen? Maybe AJAX is the answer? I'm not sure? To see what I am talking about, ... after you load the homepage, click on "Music" in the top right ... Then choose an artist. I need the two divs to work together. Is this possible? I am open to new technologies, or other options. Thanks!
if you want to control the upper div with the changing contents of the iframe below,you can do it with javascript.The player needs to have an API that could be controlled with javascript