Link to home
Start Free TrialLog in
Avatar of Loganathan Natarajan
Loganathan NatarajanFlag for India

asked on

Why this script is not working in FF?

The attached script is working in IE but not in FF. Is there a solution to work in FF?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<table width="800" border="0" cellpadding="0" cellspacing="0">
  <!--DWLayoutTable-->
  <tr> 
    <td width="800" height="51" valign="top"> <div align="center"><span id=hp style="behavior:url(#default#homepage)"></span> 
        <script class="p">
//<!--
if (!hp.isHomePage('http://www.boscoits.com/')) {document.write("<p><a href=\"http://www.boscoits.com\" onClick=\"style.behavior='url(#default#homepage)';setHomePage('http://www.boscoits.com/');\">Make This Site Your Homepage!<br>Click Here</a>");}
//-->

</script>
      </div></td>
    </tr>
  <tr>
    <td height="549">&nbsp;</td>
  </tr>
</table>
</body>
</html>

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of R-Byter
R-Byter
Flag of Serbia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial