Hello,
How can I hide only certain parts of a page ?
eg. when loading show text saying loading, then once it has loaded hide that text ?
at present I use this, but it hides my crystal rpeort aswell ?
<SCRIPT Language=Javascript>
function HideHourGlass(){
if (document.all("StatusIE"){
document.all("StatusIE".style.visibility = "hidden";
}
}
</SCRIPT>
<BODY onLoad="HideHourGlass()" bgcolor="#ffffff" link="#c0c0c0" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0">
<Div ID="StatusIE" ><LAYER>
<center> Generating Report, Please Wait... </center>
<CENTER><IMG style="WIDTH: 270px; HEIGHT: 4px" height=4 alt="" src="./knightrider.gif" width=307 ></CENTER></LAYER></Div>
How can I hide only certain parts of a page ?
eg. when loading show text saying loading, then once it has loaded hide that text ?
at present I use this, but it hides my crystal rpeort aswell ?
<SCRIPT Language=Javascript>
function HideHourGlass(){
if (document.all("StatusIE"){
document.all("StatusIE".style.visibility = "hidden";
}
}
</SCRIPT>
<BODY onLoad="HideHourGlass()" bgcolor="#ffffff" link="#c0c0c0" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0">
<Div ID="StatusIE" ><LAYER>
<center> Generating Report, Please Wait... </center>
<CENTER><IMG style="WIDTH: 270px; HEIGHT: 4px" height=4 alt="" src="./knightrider.gif" width=307 ></CENTER></LAYER></Div>