B
BTHOMASinOHIO
In IE, this runs fine, but in Netscape, it doesn't error, but just
doesn't run. WHY?!?!
(in the Page Code Behind)
BODY1.Attributes.Add("onLoad", "DisplayData();")
(in the HTML of the Page)
function DisplayData(){
PanelDescription.style.display = 'none';
PanelBuildingName.style.display = 'none';
PanelOperatorName.style.display = 'none';
PanelManagementName.style.display = 'none';
....(yada yada yada)
Thanks
BTHOMAS71CHEVY-at-EXCITE-dot-COM
doesn't run. WHY?!?!
(in the Page Code Behind)
BODY1.Attributes.Add("onLoad", "DisplayData();")
(in the HTML of the Page)
function DisplayData(){
PanelDescription.style.display = 'none';
PanelBuildingName.style.display = 'none';
PanelOperatorName.style.display = 'none';
PanelManagementName.style.display = 'none';
....(yada yada yada)
Thanks
BTHOMAS71CHEVY-at-EXCITE-dot-COM