I created menu and sub menu items also.
i am able to call onclick() function on click of menu item. but when i call onclick() function on submenu item i am getting error as syntax error.
i am giving a sample coding:
For menu i gave:
<UL>
<li><a href = '#'onclick="alert('test');">test</a></li>
</UL>
For submenu i gave as:
<a href="#" onMouseover="showmenu(event,linkset[0])" onMouseout="delayhidemenu()">Billing</a><br>
linkset[0]='<a href="" onclick="alert('test');">test</a></li>'
.
.
.
.
please what to do urgent need.
thanks
