kcornwell
06-30-2005, 01:51 PM
http://dynamicdrive.com/dynamicindex1/dropmenuindex.htm
In the a link, there is a href="default.htm". I can't get it to open when the link is clicked. Everything else works just fine (popup links). Am I overlooking something? (I want this to work in case user has javascript disabled)
<a href="default.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1, '150px')" onMouseout="delayhidemenu()">Web Design</a>
In the a link, there is a href="default.htm". I can't get it to open when the link is clicked. Everything else works just fine (popup links). Am I overlooking something? (I want this to work in case user has javascript disabled)
<a href="default.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1, '150px')" onMouseout="delayhidemenu()">Web Design</a>