Hi. I know this isn't a Javascript forum, but I don't know where else to turn...
I have this really simple javascript that keeps producing this error on the lower left hand corner of my browser. I'm pulling my hair out trying to figure out what's wrong, because the javascript works fine. It just has that error:
Link: http://www.presidium.aero/test2/
<html>
<body>
<table cellspacing="0" cellpadding="0">
<tr>
<td width="275px" height="26px"></td>
<td>
<div id="vqp_about" style="position:absolute;visibility:hidden;z-index:999;"></div>
<script language="JavaScript" vqptag="doc_level_settings" is_vqp_html=1 vqp_datafile0="mainmenu.js" vqp_uid0=647744>cdd__codebase = "";cdd__codebase647744 = "";</script>
<script language="JavaScript" vqptag="datafile" src="mainmenu.js"></script><script vqptag="placement" vqp_menuid="647744" language="JavaScript">create_menu(647744)</script>
</div>
</td>
</tr>
</table>
</body>
</html>
A Simple Javascript Question...Please Help...
Started by
RiceDaddy7
, Jul 13 2011 1:49 AM
1 reply to this topic
#1
Posted 13 July 2011 - 1:49 AM
#2
Posted 13 July 2011 - 9:59 AM
This may not be the answer you want, but my advice is to forego that JS library altogether. Use the following, and then basic DHTML to edit the nav bar as necessary:
http://www.htmldog.c...fish/dropdowns/
http://www.htmldog.c...fish/dropdowns/










