MikeA081897
asked on
My FP2000 created website makes Netscape crash!
We updated our website recently, using FrontPage2000 and just discovered that Netscape actually crashes when visiting the site.
We got a little fance and used a simple javascript for mouseovers, and we neglected to set the compatibility mode for both IE and Netscape, but now I don't know how to fix the web pages.
I've tried tests by removing all the javascript code and Netsc. still crashes.
I'm sure others must have experienced similar problems. A sample of the code is below:
<script language="JavaScript1.2" fptype="dynamicanimation" src="animate.js">
</script>
<body link="#208FFF" vlink="#0000A0" alink="#808080" onload="dynAnimation()">
<center>
<table border="0" cellpadding="0" width="100%" cellspacing="0">
<tr>
<td valign="top" width="185" bgcolor="#E4E4E4" style="border-right: medium none rgb(32,143,255); padding-left: 10; padding-right: 10; padding-top: 10">
<p align="left" style="word-spacing: 0; margin-top: 0; margin-bottom: 0"><a href="Index.htm" onmouseover="document[fpAn imswapImgF P36'].imgR olln=docum ent['fpAni mswapImgFP 36'].src;d ocument['f pAnimswapI mgFP36'].s rc=documen t['fpAnims wapImgFP36 '].lowsrc; " onmouseout="document['fpAn imswapImgF P36'].src= document[' fpAnimswap ImgFP36']. imgRolln"> <img src="images/cntnts%20home. gif" alt="microMICR Home" border="0" id="fpAnimswapImgFP36" name="fpAnimswapImgFP36" dynamicanimation="fpAnimsw apImgFP36" lowsrc="images/cntnts%20ho me%20O.gif " width="150" height="32"></a></p>
Thanx,
MikeA
We got a little fance and used a simple javascript for mouseovers, and we neglected to set the compatibility mode for both IE and Netscape, but now I don't know how to fix the web pages.
I've tried tests by removing all the javascript code and Netsc. still crashes.
I'm sure others must have experienced similar problems. A sample of the code is below:
<script language="JavaScript1.2" fptype="dynamicanimation" src="animate.js">
</script>
<body link="#208FFF" vlink="#0000A0" alink="#808080" onload="dynAnimation()">
<center>
<table border="0" cellpadding="0" width="100%" cellspacing="0">
<tr>
<td valign="top" width="185" bgcolor="#E4E4E4" style="border-right: medium none rgb(32,143,255); padding-left: 10; padding-right: 10; padding-top: 10">
<p align="left" style="word-spacing: 0; margin-top: 0; margin-bottom: 0"><a href="Index.htm" onmouseover="document[fpAn
Thanx,
MikeA
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
FP has a good memory, but it doesn't handle everything the way we want it too sometimes. Two things, how many reports of crashing NN have you recieved and what versions were being run when they crashed?
Hatton