The following code will work in Mac IE 5.1, but not in Safari 1.0
(v85). Anyone have any hints?
<!-- Code begins -->
<html>
<body>
<a href="text2.htm l" target="frameCo ntent"
onMouseDown="al ert('Hi.');">Pu t text2.html in frameContent</a>
<iframe width="200" height="200" src="text.html" frameborder="ye s"
scrolling="yes" name="frameCont ent">
</body>
</html>
<!-- Code ends -->
(v85). Anyone have any hints?
<!-- Code begins -->
<html>
<body>
<a href="text2.htm l" target="frameCo ntent"
onMouseDown="al ert('Hi.');">Pu t text2.html in frameContent</a>
<iframe width="200" height="200" src="text.html" frameborder="ye s"
scrolling="yes" name="frameCont ent">
</body>
</html>
<!-- Code ends -->
Comment