Code:
parent["newfiles"].getElementById("preloader").style.visibility = "visible";
parent["newfiles"].getElementById("preloader").style.visibility = "visible";
parent.frames.newfiles.document.getElementById("preloader") has no properties
parent.frames["newfiles"].document.getElementById("preloader").style.visibility = "visible";
document.getElementById("preloader").style.visibility = "hidden"; ... ... echo "<a href=\"newfilesframe.php?file=$dateieintr\" onclick=\"hide();\">LINK</a>";
<script language="JavaScript"><!--
function hide(){
if (document.getElementById) {
document.getElementById("preloader").style.visibility = "hide";
}
}
//--></script>
<?
echo "<div name='preloader' id='preloader'>";
Inhalt...
echo "<a href='javascript:hide();location.href=\"./newfilesframe.php?file=$dateieintr\";' ";
Weiter mit Inhalt ....
echo "</div>";
parent.frames["newfiles"].document.getElementById("preloader").style.visibility = "visible";
Einen Kommentar schreiben: