This is why i WANT people to post complaints on my website; it's the only way i figure out that something doesn't work in IE.
I noticed that the coding for my
music video page doesn't work in IE, so i try changing some variables and making sure they match up, and now it doesn't work in either!
iframe coding
- Code: Select all
<div id="video">
<iframe id="vidframe" name="vidFrame" src="VideoAudio/BMVs/bmv15.html" frameborder=0 scrolling="no" width="400px" height="326px" marginheight="0px" marginwidth="0px"></iframe></div>
javascript to change stuff
- Code: Select all
<script type="text/javascript">
<!--
function changeStuff(title,bio,vidurl,url)
{
document.getElementById('vidTitle').innerHTML=title;
document.getElementById('vidBio').innerHTML=bio;
document.getElementById('vidLink').href=url;
document.getElementById('vidFrame').src="http://www.freewebs.com/pyramidia/VideoAudio/BMVs/" + vidurl;
}
//-->
</script>
everything works except changing the src for vidFrame
as far as i know this worked fine until i got it validated... ironic?