when the page first load it is very quick.
the vertical menu has links to other .html pages which have the same code as the the main one exept for some text (they are generated from template).
Each time I click on one of those links in the vertical menu, I get to pop up boxes (I guess one for the vertical menu and one for the vertical one):
If I click on 'OK' I the page got load and I can continue normally.A script on this page is causing mozilla to run slowly. If it continues to run, your computer may become unresponsive.
Do you want to abort the script?
I am using Firefox/1.0 but I tried with IE 6 and get the same problem.
I get the same problem with IE .
The javascript on the page looks like this:
the vertical menu seems to cause the problem, the file menu_data.js is generated automaticaly from the tree structure and is very big, 2700 lines , 100k, is there any solution ?<script type="text/javascript" language="JavaScript" src="/javascript/milonic_src.js"></script>
<script type="text/javascript" language="JavaScript" >
<!--
if(ns4)_d.write("<script type=\"text\/javascript\" language=\"JavaScript\" src=\/javascript\/mmenuns4.js><\/script>");
else _d.write("<script type=\"text\/javascript\" language=\"JavaScript\" src=\/javascript\/mmenudom.js><\/script>");
-->
</script>
<script type="text/javascript" language="JavaScript" src="/javascript/menu_data.js"></script>
<!-- top menu -->
<script type="text/javascript" language="JavaScript" src="/javascript/tiptop.js"></script>