I know this is more javascript... well all javascript... but I thought someone might be able to help me. I rarely use javascript, (i stick to php), but I have this complicated script that came with a built in media player I am using on my site. It works perfectly, but I would like to add an extra caption to the page. At several places in the script, the window.status is set to the staus of the media player (playing, stopped, connecting, etc.) Is there anyway at this point I can make add a line into my html/php to write that status on the page below the player? I have tried document.write but it just writes over everything else, making a blank screen apart from the writing.
Many Thanks
Richard