Hi,
I'm calling a menu script like this:
The page is php and has an included header in which another menu is called like this:
The SlideMenu is working fine, but the second menu (rightclick on the page and menu pops up) is not working.
Is there a way around this ???
Thanks for supporting !
I'm calling a menu script like this:
Code:
<script language="JavaScript" src="slidemenu.js" type="text/javascript">
The page is php and has an included header in which another menu is called like this:
Code:
<SCRIPT tyle="text/javascript">
var iecheck=document.all&&document.getElementById
if (iecheck){
document.write('<script type="text/javascript" src="../menu/mymenu.js"><\/script>')
}
</SCRIPT>
The SlideMenu is working fine, but the second menu (rightclick on the page and menu pops up) is not working.
Is there a way around this ???
Thanks for supporting !