HTTrack Website Copier
Free software offline browser - FORUM
Subject: problem
Author: Samer
Date: 11/23/2005 15:26
 
hello
i have the following javascript 
function which is responsble of creating javascript menu the problem is that
when i try to parse my dynamic website using httrack the links in side the
javascript function not parsed what can i do


<SCRIPT language=JavaScript>function mmLoadMenus() {
    window.mm_menu_1 = new
Menu("root",105,16,"Tahoma",10,"#000000","#FFFFFF","#D2D2D2","#9B9B9B","right","middle",3,0,50,-5,7,true,true,true,0,false,true);mm_menu_1.addMenuItem("
ãÍáíÉ","location='index.php?op=modload&name=News&file=index&catid=2'");
  
   


mm_menu_1.addMenuItem(" ÅÞáíãíÉ æ
ÏæáíÉ","location='index.php?op=modload&name=News&file=index&catid=3'");
  
   


mm_menu_1.fontWeight="bold";
   mm_menu_1.hideOnMouseOut=true;
   mm_menu_1.bgColor='#7E8081';
   mm_menu_1.menuBorder=1;
   mm_menu_1.menuLiteBgColor='#FFFFFF';
   mm_menu_1.menuBorderBgColor='#595959'
	 

    window.mm_menu_4 = new
Menu("root",105,16,"Tahoma",10,"#000000","#FFFFFF","#D2D2D2","#9B9B9B","right","middle",3,0,50,-5,7,true,true,true,0,false,true);mm_menu_4.addMenuItem("
ãÍáí","location='index.php?op=modload&name=News&file=index&catid=5'");
  
   


mm_menu_4.addMenuItem(" ÅÞáíãí æ
Ïæáí","location='index.php?op=modload&name=News&file=index&catid=6'");
  
   


mm_menu_4.fontWeight="bold";
   mm_menu_4.hideOnMouseOut=true;
   mm_menu_4.bgColor='#7E8081';
   mm_menu_4.menuBorder=1;
   mm_menu_4.menuLiteBgColor='#FFFFFF';
   mm_menu_4.menuBorderBgColor='#595959'
	 

    window.mm_menu_11 = new
Menu("root",105,16,"Tahoma",10,"#000000","#FFFFFF","#D2D2D2","#9B9B9B","right","middle",3,0,50,-5,7,true,true,true,0,false,true);mm_menu_11.addMenuItem("
ãÍáíÉ","location='index.php?op=modload&name=News&file=index&catid=12'");
  
   


mm_menu_11.addMenuItem(" ÅÞáíãí æ
Ïæáí","location='index.php?op=modload&name=News&file=index&catid=13'");
  
   


mm_menu_11.fontWeight="bold";
   mm_menu_11.hideOnMouseOut=true;
   mm_menu_11.bgColor='#7E8081';
   mm_menu_11.menuBorder=1;
   mm_menu_11.menuLiteBgColor='#FFFFFF';
   mm_menu_11.menuBorderBgColor='#595959'
	 
mm_menu_11.writeMenus();}</script>
 
Reply


All articles

Subject Author Date
problem

11/23/2005 15:26
Re: problem

11/23/2005 19:08




4

Created with FORUM 2.0.11