There is a line in the .js that says:
span1.innerHTML = uit;
However it seems that span1 doesn't change (it does in IE)
and it even gives the error span1 not defined. If you click the next link on the menu-frame it will load instead of the frames(like _parent)
Is this something about runnig the script before span1 is seen?
here the html:
<html><head>
<title>Nieuws</title>
<style>
BODY{
scrollbar-3dlight-color:#DAD7DA;
scrollbar-arrow-color:#0000f6;
scrollbar-dark-shadow-color:#000000;
scrollbar-face-color:#E8E4E8;
scrollbar-shadow-color:#EAE5EA;
scrollbar-track-color:#F4EFF4;
scrollbar-highlight-color:#FEF9FE;
}
</style>
</head><body bgcolor=#EFEAEF><span id="span1">Bezig met laden, even geduld...</span><script src="xmlnieuws1.js"></script>
</body></html>
Thanks for your help
span1.innerHTML = uit;
However it seems that span1 doesn't change (it does in IE)
and it even gives the error span1 not defined. If you click the next link on the menu-frame it will load instead of the frames(like _parent)
Is this something about runnig the script before span1 is seen?
here the html:
<html><head>
<title>Nieuws</title>
<style>
BODY{
scrollbar-3dlight-color:#DAD7DA;
scrollbar-arrow-color:#0000f6;
scrollbar-dark-shadow-color:#000000;
scrollbar-face-color:#E8E4E8;
scrollbar-shadow-color:#EAE5EA;
scrollbar-track-color:#F4EFF4;
scrollbar-highlight-color:#FEF9FE;
}
</style>
</head><body bgcolor=#EFEAEF><span id="span1">Bezig met laden, even geduld...</span><script src="xmlnieuws1.js"></script>
</body></html>
Thanks for your help