Darksat IT Security Forums
January 12, 2026, 10:03:49 am
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Darksat IT Security Forum
From Firewall Support, AntiVirus Questions, Spyware problems, Linux and Windows Security, Black Hat SEO right down to Website Design and Multimedia
 
  Home Help Search Gallery Links Staff List Login Register  

Introduce yourself.

Pages: 1 2 [3] 4 5
  Print  
Author Topic: Introduce yourself.  (Read 19393 times)
Darksat
Administrator
Master
*******
Posts: 3303



View Profile WWW
« Reply #30 on: May 09, 2007, 10:47:03 am »

Its your javascript menu elements

this is a quick fix although it disables some stuff for non IE browsers, but at least the page loads.

REPLACE THIS

Code:

<script language="JavaScript">
<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",139,19,"Verdana, Arial, Helvetica, sans-serif",12,"#7f0000","#ffffff","#ffcc99","#ff7f00");
  fw_menu_0.addMenuItem("photo album","location='ladies_gallery.php'");
  fw_menu_0.addMenuItem("advanced search","location='search_page.htm'");
   fw_menu_0.bgImageUp="Assets/nav/fwmenu1_139x19_up.gif";
   fw_menu_0.bgImageOver="Assets/nav/fwmenu1_139x19_over.gif";
   fw_menu_0.fontWeight="bold";
   fw_menu_0.hideOnMouseOut=true;
  window.fw_menu_1 = new Menu("root",128,19,"Verdana, Arial, Helvetica, sans-serif",12,"#7f0000","#ffffff","#ffcc99","#ff7f00");
  fw_menu_1.addMenuItem("e-mail letters","location='services_page.htm#letter'");
  fw_menu_1.addMenuItem("phone calls","location='services_page.htm#call'");
  fw_menu_1.addMenuItem("English lessons","location='services_page.htm#lessons'");
  fw_menu_1.addMenuItem("gifts","location='gift_page.htm'");
  fw_menu_1.addMenuItem("membership","location='services_page.htm#membership'");
  fw_menu_1.addMenuItem("fiancee visa","location='services_page.htm#visa'");
  fw_menu_1.addMenuItem("photo session","location='services_page.htm#photosession'");
   fw_menu_1.bgImageUp="Assets/nav/fwmenu5_128x19_up.gif";
   fw_menu_1.bgImageOver="Assets/nav/fwmenu5_128x19_over.gif";
   fw_menu_1.fontWeight="bold";
   fw_menu_1.hideOnMouseOut=true;
  window.fw_menu_2 = new Menu("root",120,19,"Verdana, Arial, Helvetica, sans-serif",12,"#7f0000","#ffffff","#ffcc99","#ff7f00");
  fw_menu_2.addMenuItem("flowers","location='gift_page.htm#flowers'");
  fw_menu_2.addMenuItem("toys","location='gift_page.htm#toys'");
  fw_menu_2.addMenuItem("sweets&amp;fruits","location='gift_page.htm#sweets'");
  fw_menu_2.addMenuItem("wines","location='gift_page.htm#wines'");
  fw_menu_2.addMenuItem("perfumes","location='gift_page.htm#perfumes'");
  fw_menu_2.addMenuItem("special gift","location='gift_page.htm#special'");
  fw_menu_2.addMenuItem("how to order","location='services_page.htm#order'");
   fw_menu_2.bgImageUp="Assets/nav/fwmenu4_120x19_up.gif";
   fw_menu_2.bgImageOver="Assets/nav/fwmenu4_120x19_over.gif";
   fw_menu_2.fontWeight="bold";
   fw_menu_2.hideOnMouseOut=true;
  window.fw_menu_3 = new Menu("root",155,19,"Verdana, Arial, Helvetica, sans-serif",12,"#7f0000","#ffffff","#ffcc99","#ff7f00");
  fw_menu_3.addMenuItem("pickup and drop off","location='services_page.htm#pickup'");
  fw_menu_3.addMenuItem("apartments","location='services_page.htm#apartments'");
  fw_menu_3.addMenuItem("interpreter","location='services_page.htm#interpreter'");
  fw_menu_3.addMenuItem("entertainment","location='entertainment_page.htm'");
  fw_menu_3.addMenuItem("visa arrangement","location='personaltour_parge.htm#visaarrangement'");
   fw_menu_3.bgImageUp="Assets/nav/fwmenu3_155x19_up.gif";
   fw_menu_3.bgImageOver="Assets/nav/fwmenu3_155x19_over.gif";
   fw_menu_3.fontWeight="bold";
   fw_menu_3.hideOnMouseOut=true;
  window.fw_menu_4 = new Menu("root",132,19,"Verdana, Arial, Helvetica, sans-serif",12,"#7f0000","#ffffff","#ffcc99","#ff7f00");
  fw_menu_4.addMenuItem("romantic dinner","location='entertainment_page.htm#dinner'");
  fw_menu_4.addMenuItem("sail trip","location='entertainment_page.htm#sail'");
  fw_menu_4.addMenuItem("fishing","location='entertainment_page.htm#fishing'");
  fw_menu_4.addMenuItem("barbecue","location='entertainment_page.htm#barbecue'");
   fw_menu_4.bgImageUp="Assets/nav/fwmenu2_132x19_up.gif";
   fw_menu_4.bgImageOver="Assets/nav/fwmenu2_132x19_over.gif";
   fw_menu_4.fontWeight="bold";
   fw_menu_4.hideOnMouseOut=true;

  fw_menu_4.writeMenus();
}
MM_reloadPage(false);
// -->
</script>


with this code.

Code:
<!--[if IE]>


<script language="JavaScript">
<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",139,19,"Verdana, Arial, Helvetica, sans-serif",12,"#7f0000","#ffffff","#ffcc99","#ff7f00");
  fw_menu_0.addMenuItem("photo album","location='ladies_gallery.php'");
  fw_menu_0.addMenuItem("advanced search","location='search_page.htm'");
   fw_menu_0.bgImageUp="Assets/nav/fwmenu1_139x19_up.gif";
   fw_menu_0.bgImageOver="Assets/nav/fwmenu1_139x19_over.gif";
   fw_menu_0.fontWeight="bold";
   fw_menu_0.hideOnMouseOut=true;
  window.fw_menu_1 = new Menu("root",128,19,"Verdana, Arial, Helvetica, sans-serif",12,"#7f0000","#ffffff","#ffcc99","#ff7f00");
  fw_menu_1.addMenuItem("e-mail letters","location='services_page.htm#letter'");
  fw_menu_1.addMenuItem("phone calls","location='services_page.htm#call'");
  fw_menu_1.addMenuItem("English lessons","location='services_page.htm#lessons'");
  fw_menu_1.addMenuItem("gifts","location='gift_page.htm'");
  fw_menu_1.addMenuItem("membership","location='services_page.htm#membership'");
  fw_menu_1.addMenuItem("fiancee visa","location='services_page.htm#visa'");
  fw_menu_1.addMenuItem("photo session","location='services_page.htm#photosession'");
   fw_menu_1.bgImageUp="Assets/nav/fwmenu5_128x19_up.gif";
   fw_menu_1.bgImageOver="Assets/nav/fwmenu5_128x19_over.gif";
   fw_menu_1.fontWeight="bold";
   fw_menu_1.hideOnMouseOut=true;
  window.fw_menu_2 = new Menu("root",120,19,"Verdana, Arial, Helvetica, sans-serif",12,"#7f0000","#ffffff","#ffcc99","#ff7f00");
  fw_menu_2.addMenuItem("flowers","location='gift_page.htm#flowers'");
  fw_menu_2.addMenuItem("toys","location='gift_page.htm#toys'");
  fw_menu_2.addMenuItem("sweets&amp;fruits","location='gift_page.htm#sweets'");
  fw_menu_2.addMenuItem("wines","location='gift_page.htm#wines'");
  fw_menu_2.addMenuItem("perfumes","location='gift_page.htm#perfumes'");
  fw_menu_2.addMenuItem("special gift","location='gift_page.htm#special'");
  fw_menu_2.addMenuItem("how to order","location='services_page.htm#order'");
   fw_menu_2.bgImageUp="Assets/nav/fwmenu4_120x19_up.gif";
   fw_menu_2.bgImageOver="Assets/nav/fwmenu4_120x19_over.gif";
   fw_menu_2.fontWeight="bold";
   fw_menu_2.hideOnMouseOut=true;
  window.fw_menu_3 = new Menu("root",155,19,"Verdana, Arial, Helvetica, sans-serif",12,"#7f0000","#ffffff","#ffcc99","#ff7f00");
  fw_menu_3.addMenuItem("pickup and drop off","location='services_page.htm#pickup'");
  fw_menu_3.addMenuItem("apartments","location='services_page.htm#apartments'");
  fw_menu_3.addMenuItem("interpreter","location='services_page.htm#interpreter'");
  fw_menu_3.addMenuItem("entertainment","location='entertainment_page.htm'");
  fw_menu_3.addMenuItem("visa arrangement","location='personaltour_parge.htm#visaarrangement'");
   fw_menu_3.bgImageUp="Assets/nav/fwmenu3_155x19_up.gif";
   fw_menu_3.bgImageOver="Assets/nav/fwmenu3_155x19_over.gif";
   fw_menu_3.fontWeight="bold";
   fw_menu_3.hideOnMouseOut=true;
  window.fw_menu_4 = new Menu("root",132,19,"Verdana, Arial, Helvetica, sans-serif",12,"#7f0000","#ffffff","#ffcc99","#ff7f00");
  fw_menu_4.addMenuItem("romantic dinner","location='entertainment_page.htm#dinner'");
  fw_menu_4.addMenuItem("sail trip","location='entertainment_page.htm#sail'");
  fw_menu_4.addMenuItem("fishing","location='entertainment_page.htm#fishing'");
  fw_menu_4.addMenuItem("barbecue","location='entertainment_page.htm#barbecue'");
   fw_menu_4.bgImageUp="Assets/nav/fwmenu2_132x19_up.gif";
   fw_menu_4.bgImageOver="Assets/nav/fwmenu2_132x19_over.gif";
   fw_menu_4.fontWeight="bold";
   fw_menu_4.hideOnMouseOut=true;

  fw_menu_4.writeMenus();
}
MM_reloadPage(false);
// -->
</script>
<![endif]-->

I will take a closer look at a later stage.
Report Spam   Logged

Pages: 1 2 [3] 4 5
  Print  
 
Jump to:  

Powered by EzPortal
eXTReMe Tracker
Security Forum
Bookmark this site! | Upgrade This Forum
SMF For Free - Create your own Forum


Powered by SMF | SMF © 2016, Simple Machines
Privacy Policy
Page created in 0.048 seconds with 10 queries.