averagecdn
08-29-2006, 10:44 PM
1) Script Title: AnyLink Drop Down Menu
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex1/dropmenuindex.htm
3) Describe problem: I have implemented this menu system on my companies Intranet however I am trying to understand a section of this script. What does the <a href="default.htm".....> do. Is it required or what?
<a href="default.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1, '150px')" onMouseout="delayhidemenu()">Web Design</a> |
Thanks for the assistance.
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex1/dropmenuindex.htm
3) Describe problem: I have implemented this menu system on my companies Intranet however I am trying to understand a section of this script. What does the <a href="default.htm".....> do. Is it required or what?
<a href="default.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1, '150px')" onMouseout="delayhidemenu()">Web Design</a> |
Thanks for the assistance.