Hi,
I found an external js script to create a popup nav menu on rightclicking.
Called like this:
Working fine in IE but now I got a complaint from a visitor that it's not working in FireFox.
Anyone knows how to adjust this so it works in FF ?
If you need the js script please let me know (it rather long)
Thanks !
I found an external js script to create a popup nav menu on rightclicking.
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>
Anyone knows how to adjust this so it works in FF ?
If you need the js script please let me know (it rather long)
Thanks !