I am getting the message on the bottom of my browser "Error 'dynapi' is undefined". Everything seems to be working fine. It says line 30, which refers to my .css file.
The error occurs when I click on a map that executes the below:
<img src="images/header.gif" width="760px" usemap="#navbar">
<map name="navbar">
<area shape="rect" coords="24,40,115,61" href="index.php">
<area shape="rect" coords="24,65,115,91" href="test1.php">
<area shape="rect" coords="24,95,115,117" href="test2.php">
<area shape="rect" coords="120,40,210,61" href="test3.php">
<area shape="rect" coords="120,65,210,91" href="test4.php">
<area shape="rect" coords="120,95,210,117" href="test5.php">
</map>
I removed the reference to the .css file and did not get the message. Any thoughts here?
Thx,
DPK


Reply With Quote
Bookmarks