Advertisement

12.31.2003 at 08:22PM PST, ID: 20838344
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.4

layers positioning problem

Asked by nimbolirajesh in JavaScript

Tags:

i have file index.asp main file  and bottom_nav.incls.asp file which is included in index.asp file.  The problem is with regard to screen resolution . when its 1024 X 768 size its fine but for browsers with screen resolution 800 X 600 got problem. the bottom_nav.incls.asp which is included in index.asp file got layers which is visible on mouse over for each section. the thing is not aligned when its 800 X 600 screen resolution. the index.asp file displays a html file which contains flash and down attached is the bottom_nav.incls.asp which contains layers. i am pasting the code...any help would be thankful.............bye

index.asp
----------

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
      <title>Main Page</title>
      

<script language="javascript">
<!--hit list-->
function monthly () {
newWindow= window.open('/eng/MonthlyHighlights.html','monthly',
'toolbar=no,location=no,scrollbars=no,resizable=yes,width=600,height=500,top=0,left=0')}

function weekly () {
newWindow= window.open('/eng/WeeklySchedule.html','weekly',
'toolbar=no,location=no,scrollbars=no,resizable=yes,width=600,height=500,top=0,left=0')}

function daily () {
newWindow= window.open('/eng/DailySchedule.html','daily',
'toolbar=no,location=no,scrollbars=no,resizable=yes,width=600,height=500,top=0,left=0')}

function now () {
newWindow= window.open('/eng/Now.html','now',
'toolbar=no,location=no,scrollbars=no,resizable=yes,width=600,height=500,top=0,left=0')}

function celeb () {
newWindow= window.open('/eng/Celeb2Focus.html','celeb',
'toolbar=no,location=no,scrollbars=no,resizable=yes,width=600,height=500,top=0,left=0')}

function coming () {
newWindow= window.open('/eng/CominSoon.html','coming',
'toolbar=no,location=no,scrollbars=no,resizable=yes,width=600,height=500,top=0,left=0')}

<!--sapa -->
function what () {
newWindow= window.open('/eng/Whats.html','what',
'toolbar=no,location=no,scrollbars=yes,resizable=yes,width=600,height=500,top=0,left=0')}

function who () {
newWindow= window.open('/eng/Whoruns.html','who',
'toolbar=no,location=no,scrollbars=no,resizable=yes,width=600,height=500,top=0,left=0')}

function promise () {
newWindow= window.open('/eng/Promise2you.html','promise',
'toolbar=no,location=no,scrollbars=no,resizable=yes,width=600,height=500,top=0,left=0')}

function how () {
newWindow= window.open('/eng/Whats.html','how',
'toolbar=no,location=no,scrollbars=no,resizable=yes,width=600,height=500,top=0,left=0')}

<!--kiasu korner-->
function winners () {
newWindow= window.open('/eng/WinnersList.html','winners',
'toolbar=no,location=no,scrollbars=no,resizable=yes,width=600,height=500,top=0,left=0')}

function list () {
newWindow= window.open('/eng/WinnersList.html','list',
'toolbar=no,location=no,scrollbars=no,resizable=yes,width=600,height=500,top=0,left=0')}

</script>
</head>

<body bgcolor="#ffffff">
<center>
<table cellpadding=0 cellspacing=0 border=0>

<tr>
<td>
<!-- here i got a flash file-->
</tr>

<tr>
<td align=center>
      <table cellpadding=0 cellspacing=0 border=0>
      <tr>
      <td><!--#include virtual="/eng/incls/bottom_nav.incls.asp"--></td>
      </tr>
      </table>
</td>
</tr>

</table>
</center>
</body>
</html>

bottom_nav.incls.asp
------------------------


<HTML><HEAD><TITLE></TITLE>
<SCRIPT language=JavaScript1.1 src="/eng/script/javascript.htm"></SCRIPT>
<link rel="stylesheet" href="stylesheet.css" type="text/css">
<script>
function go(whichURL) {
    windowDoPop=window.open(whichURL[whichURL.selectedIndex].value,'doPop','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=200,height=200');
    windowDoPop.focus();
}
//-->
</script>

</HEAD>
<BODY onload=initAll(); text="#000000" link="#000000" align=center>
<SCRIPT language=JavaScript>
var MainmenuHeight = 468;
</SCRIPT>
<SCRIPT language=javascript>
document.writeln('<STYLE>');
document.writeln('  #pic_00_small {position:absolute; left:21px; top:'+(MainmenuHeight+1)+'px; width:76px; height:110px; visibility:hidden}');
document.writeln('  #pic_01_small {position:absolute; left:391px; top:'+(MainmenuHeight+1)+'px; width:76px; height:110px; visibility:hidden}');
document.writeln('  #pic_02_small {position:absolute; left:441px; top:'+(MainmenuHeight+1)+'px; width:76px; height:110px; visibility:hidden}');
document.writeln('  #pic_03_small {position:absolute; left:546px; top:'+(MainmenuHeight+1)+'px; width:76px; height:110px; visibility:hidden}');
document.writeln('  #pic_04_small {position:absolute; left:651px; top:'+(MainmenuHeight+1)+'px; width:76px; height:110px; visibility:hidden}');
document.writeln('  #pic_05_small {position:absolute; left:651px; top:'+(MainmenuHeight+1)+'px; width:76px; height:110px; visibility:hidden}');
document.writeln('  #pic_00_large {position:absolute; left:21px; top:'+(MainmenuHeight+1)+'px; width:370px; height:110px; visibility:hidden}');
document.writeln('  #pic_01_large {position:absolute; left:126px; top:'+(MainmenuHeight+1)+'px; width:370px; height:110px; visibility:hidden}');
document.writeln('  #pic_02_large {position:absolute; left:236px; top:'+(MainmenuHeight+1)+'px; width:370px; height:110px; visibility:hidden}');
document.writeln('  #pic_03_large {position:absolute; left:346px; top:'+(MainmenuHeight+1)+'px; width:370px; height:110px; visibility:hidden}');
document.writeln('  #pic_04_large {position:absolute; left:456px; top:'+(MainmenuHeight+1)+'px; width:370px; height:110px; visibility:hidden}');
document.writeln('  #pic_05_large {position:absolute; left:456px; top:'+(MainmenuHeight+1)+'px; width:370px; height:110px; visibility:hidden}');
document.writeln('</STYLE>');
</SCRIPT>

<SCRIPT>
  function showArea(n) {
      x = 127;
    for (i=0; i<6; i++) {
      if (isExplorer) {
        refsmall=document.all["pic_0"+i+"_small"].style;
        reflarge=document.all["pic_0"+i+"_large"].style;
      } else {
        refsmall=eval("document.layers.pic_0"+i+"_small");
        reflarge=eval("document.layers.pic_0"+i+"_large");
      };
      if (i==n) {
        refsmall.visibility="hidden";
        reflarge.visibility="visible";
        reflarge.left=x;
        x=x+370;
      } else {
        refsmall.visibility="visible";
        reflarge.visibility="hidden";
        refsmall.left=x;
        x=x+76;
      }
    }
  }

addInit="showArea(0);";if (initString) initString = initString + addInit; else initString = addInit;

</SCRIPT>

<DIV id=pic_00_large name="pic_00_large">
  <table width="370" height="110" border="0" cellspacing="0" cellpadding="0" bgcolor="#E55433">
    <tr>
      <td width="17" height="27"><img src="/eng/images/blank.gif" width="17" height="27"></td>
      <td><img src="/eng/images/come_on_board.gif" width="130" height="27"></td>
      <td width="20">&nbsp;</td>
    </tr>
    <tr>
      <td><img src="/eng/images/blank.gif" width="17" height="83"></td>
      <td align="left" valign="top" class="bodytext">Hi there! You're now entering
        the website of the country's </td>
      <td align="left" valign="top" class="bodytext">&nbsp;</td>
    </tr>
  </table>
</DIV>
<DIV id=pic_00_small onmouseover=showArea(0) name="pic_00_small">
  <table width="76" border="0" cellspacing="0" cellpadding="0" height="110" bgcolor="#000000">
    <tr align="left" valign="top">
      <td><img src="/eng/images/s_come_on_board.gif" width="76" height="41"></td>
    </tr>
  </table>
</DIV>
<DIV id=pic_01_large name="pic_01_large">
  <table width="370" height="110" border="0" cellspacing="0" cellpadding="0" bgcolor="#E55433">
    <tr>
      <td width="17" height="27"><img src="/eng/images/blank.gif" width="17" height="27"></td>
      <td><img src="/eng/images/kaki_8_tv.gif" width="72" height="27"></td>
      <td width="20">&nbsp;</td>
    </tr>
    <tr>
      <td><img src="/eng/images/blank.gif" width="17" height="83"></td>
      <td align="left" valign="top" class="bodytext">Yes, we're giving away <font size="2" color="#FFFFCC"><b>goods</b></font> .
        </td>
      <td align="left" valign="top" class="bodytext">&nbsp;</td>
    </tr>
  </table>
</DIV>
<DIV id=pic_01_small onmouseover=showArea(1) name="pic_01_small">
  <table width="76" border="0" cellspacing="0" cellpadding="0" height="110" bgcolor="#000000">
    <tr align="left" valign="top">
      <td><img src="/eng/images/test.gif" width="76" height="27"></td>
    </tr>
  </table>
</DIV>
<DIV id=pic_02_large name="pic_02_large">
  <table width="370" height="110" border="0" cellspacing="0" cellpadding="0" bgcolor="#E55433">
    <tr>
      <td width="17" height="27"><img src="/eng/images/blank.gif" width="17" height="27"></td>
      <td><img src="/eng/images/shortcuts.gif" width="79" height="27"></td>
      <td width="20">&nbsp;</td>
    </tr>
    <tr>
      <td><img src="/eng/images/blank.gif" width="17" height="83"></td>
      <td align="left" valign="top" class="bodytext">There are easier ways to
        get around this site. Use our shortcuts to find your favourite sections.<br>
       <form NAME="SelectURL">
          <select>
            <option value="eng/Whats.html">What is ?</option>
          <option value="http://www.hotmail.com/">Who runs ?</option>
            <option value="eng/Promise2you.html"> promise to YOU</option>
          </select>
          <input TYPE="image" src="/eng/images/b_go.gif" onClick="go(this.form.SelectURL.options)" border=0>
        </form>
      </td>
      <td align="left" valign="top" class="bodytext">&nbsp;</td>
    </tr>
  </table>
</DIV>
<DIV id=pic_02_small onmouseover=showArea(2) name="pic_02_small">
  <table width="76" border="0" cellspacing="0" cellpadding="0" height="110" bgcolor="#000000">
    <tr align="left" valign="top">
      <td><img src="/eng/images/s_shortcuts.gif" width="76" height="27"></td>
    </tr>
  </table>
</DIV>
<DIV id=pic_03_large name="pic_03_large">
  <table width="370" height="110" border="0" cellspacing="0" cellpadding="0" bgcolor="#E55433">
    <tr>
      <td width="17" height="27"><img src="/eng/images/blank.gif" width="17" height="27"></td>
      <td><img src="/eng/images/vote_lah.gif" width="71" height="27"></td>
      <td width="20">&nbsp;</td>
    </tr>
    <tr>
      <td><img src="/eng/images/blank.gif" width="17" height="83"></td>
      <td align="left" valign="top" class="bodytext">Which one of these programme
        genres would you stay up late night for? <br>
       
         
        <table width="350" border="0" cellspacing="3" cellpadding="0" class="bodytext">
          <form method="post" action="">
            <tr>
              <td width="10">
                <input type="radio" name="radiobutton" value="radiobutton">
              </td>
              <td><b>Comedy </b></td>
              <td width="10"> <b>
                <input type="radio" name="radiobutton" value="radiobutton">
                </b></td>
              <td><b>Horror </b></td>
              <td>&nbsp;</td>
            </tr>
            <tr>
              <td width="10">
                <input type="radio" name="radiobutton" value="radiobutton">
              </td>
              <td><b>Sports </b></td>
              <td width="10"> <b>
                <input type="radio" name="radiobutton" value="radiobutton">
                </b></td>
              <td><b>Talk Show </b></td>
              <td><img src="/eng/images/b_vote_now.gif" width="74" height="22"><img src="/eng/images/b_view_results.gif" width="81" height="22">
              </td>
            </tr>
          </form>
        </table>
 
      </td>
      <td align="left" valign="top" class="bodytext">&nbsp;</td>
    </tr>
  </table>
</DIV>
<DIV id=pic_03_small onmouseover=showArea(3) name="pic_03_small">
  <table width="76" border="0" cellspacing="0" cellpadding="0" height="110" bgcolor="#000000">
    <tr align="left" valign="top">
      <td><img src="/eng/images/s_vote_lah.gif" width="76" height="27"></td>
    </tr>
  </table>
</DIV>
<DIV id=pic_04_large name="pic_04_large">
  <table width="370" height="110" border="0" cellspacing="0" cellpadding="0" bgcolor="#E55433">
    <tr>
      <td width="17" height="27"><img src="/eng/images/blank.gif" width="17" height="27"></td>
      <td><img src="/eng/images/t_&_c.gif" width="164" height="27"></td>
      <td width="20">&nbsp;</td>
    </tr>
    <tr>
      <td><img src="/eng/images/blank.gif" width="17" height="83"></td>
      <td align="left" valign="top" class="bodytext">Boring! Yeah, yeah, we know that. But our lawyers make us put up these terms and conditions, just to be on the safe side. So if you're up to it, feel free to browse our terms and conditions. Nah, it's not as painful as it seems! </td>
      <td align="left" valign="top" class="bodytext">&nbsp;</td>
    </tr>
  </table>
</DIV>
<DIV id=pic_04_small onmouseover=showArea(4) name="pic_04_small">
  <table width="76" border="0" cellspacing="0" cellpadding="0" height="110" bgcolor="#000000">
    <tr align="left" valign="top">
      <td><img src="/eng/images/s_t_&_c.gif" width="76" height="27"></td>
    </tr>
  </table>
</DIV>
<DIV id=pic_05_large name="pic_05_large">
  <table width="370" height="110" border="0" cellspacing="0" cellpadding="0" bgcolor="#E55433">
    <tr>
      <td width="17" height="27"><img src="/eng/images/blank.gif" width="17" height="27"></td>
      <td><img src="/eng/images/site_map.gif" width="74" height="27"></td>
      <td width="20">&nbsp;</td>
    </tr>
    <tr>
      <td><img src="/eng/images/blank.gif" width="17" height="83"></td>
      <td align="left" valign="top" class="bodytext">Lost? Well, just pop by here and we'll show you the way.</td>
      <td align="left" valign="top" class="bodytext">&nbsp;</td>
    </tr>
  </table>
</DIV>
 <DIV id=pic_05_small onmouseover=showArea(5) name="pic_05_small">
 <table width="76" border="0" cellspacing="0" cellpadding="0" height="110" bgcolor="#000000">
    <tr align="left" valign="top">
      <td><img src="/eng/images/s_site_map.gif" width="76" height="27"></td>
    </tr>
  </table>
</DIV>
<P>&nbsp;</P>
<P>&nbsp;</P></BODY></HTML>


javascript.htm(which is included in botton_nav_incls.asp file)
---------------------------------------------------------------------

<!-- //

// get browser: Internet Explorer or other
      var isExplorer = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false;
      var isNav6 =  (!isExplorer) && (navigator.appVersion.charAt(0) > "4")
      
// get platform: Mac or other
      if (navigator.platform != null)      {
            // get browser platform
            this.platform =      navigator.platform;
      } else {
            // get platform      for browsers that don't support navigator.platform
            var startindex = navigator.appVersion.indexOf("(") + 1;
            var endindex = navigator.appVersion.indexOf(";");
            this.platform =      navigator.appVersion.substring(startindex,endindex);
      }
      var isMac = (this.platform.indexOf("Mac") != -1) ? true : false;
      var isWindows = (navigator.appVersion.indexOf("Windows") != -1) ? true : false;

// select stylesheets based on browser and platform
      if (isMac) {
            if (isExplorer) {
                  document.write ("<LINK REL='stylesheet' HREF='http://www.cellnetwork.com/mac_ie.css' TYPE='text/css'>");
            } else {
                  document.write ("<LINK REL='stylesheet' HREF='http://www.cellnetwork.com/mac_ns.css' TYPE='text/css'>");
            }
      } else {
            if (isExplorer) {
                  document.write ("<LINK REL='stylesheet' HREF='http://www.cellnetwork.com/public.css' TYPE='text/css'>");
            } else {
                  document.write ("<LINK REL='stylesheet' HREF='http://www.cellnetwork.com/win_ns.css' TYPE='text/css'>");
            }
      }

// functions
      var initString = "initEvents();"

      var activeHilite = -1;
      var activeMenu = -1;

      var ready = 0;
      
      function getObjectStyle(nm){
            if (isExplorer) {
                  return document.all[nm].style;
            } else {
                  if (isNav6) {
                        return document.getElementById(nm).style;
                  } else {
                        return document.layers[nm];
                  }
            };
      };
      
      function exists(nm) {            
            if (isExplorer) {
                  return document.all[nm];
            } else {
                  if (isNav6) {
                        return document.getElementById(nm);
                  } else {
                        return eval("document.layers."+nm);
                        //return document.layers.nm;
                  };
            };
      };

      function showLayer(nm) {
            if (!exists(nm))      return;
            getObjectStyle(nm).visibility = "visible";
      }

      function hideLayer(nm) {
            if (!exists(nm))      return;
            getObjectStyle(nm).visibility = "hidden";
      }

      function showHilite(n) {
            //if (!ready) return;
            if (activeMenu>=0) hideMenu(activeMenu);
            if ((activeHilite>=0) && (activeHilite!=n)) hideLayer("rollover"+activeHilite);
            showLayer("rollover"+n);
            activeHilite=n;
      }

      function hideHilite(n) {
            hideLayer("rollover"+n);
            activeHilite=-1;
      }

      function showMenu(n) {
            //if (!ready) return;
            showLayer("menu"+n);
            activeMenu=n;
      }

      function hideMenu(n) {
            hideLayer("menu"+n);
            activeMenu=-1;
      }

      function hideAll() {
            if (activeHilite>=0) hideHilite(activeHilite)
            if (activeMenu>=0) hideMenu(activeMenu);
      }

      function initEvents(){
            if(!isExplorer){
                  document.captureEvents(Event.MOUSEMOVE);
            }
            document.onmousemove = foldOut_Release;
      }

      function foldOut_Release(evt) {
            if(isExplorer){
                  cX = window.event.clientX;
                  cY = (window.event.clientY + document.body.scrollTop);
            } else {
                  cX = evt.pageX;
                  cY = evt.pageY;
            }
            if (cY>164) {
                  hideAll();
            }
      }

      function addOnload(str) {
            initString=initString+str+";";
      }

      function initAll() {
            ready=1;
            if (initString)      eval(initString);
      }

      function getArgs(){      
            var      args = new Object();
            var      query =      location.search.substring(1);
            var      pairs =      query.split("&");
            for      (i=0;i<pairs.length;i++){
                  var pos      = pairs[i].indexOf('=');
                  if (pos      == -1) continue;
                  var argname = pairs[i].substring(0,pos);
                  var value = pairs[i].substring(pos+1);
                  args[argname] = unescape(value);
            }
            return args;      
      }

      var args = getArgs();

      var flashVersion = 0;

      if (isExplorer && isWindows){
            document.write('<S' + 'CRIPT LANGUAGE=VBScript\> \n');
            document.write('on error resume next \n');
            document.write('if (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.4"))) then flashVersion=4 \n');
            document.write('</S' + 'CRIPT> \n');
      }

      function FlashInstalled() {
            if (navigator.plugins) {
                  if (navigator.plugins["Shockwave Flash"]) {
                        var flashDescription = navigator.plugins["Shockwave Flash"].description
                        flashVersion = parseInt(flashDescription.charAt(flashDescription.indexOf(".") - 1))
                  }
            }
            return (flashVersion >= 4)
      }

// *********** History bar start **************

var maxHistoryLength=5;
var maxHistoryDisplay=5;


function getCookie(name) {
  var pair, cookieArr = document.cookie.split(";");
  for (var i=0; i < cookieArr.length; i++) if ((pair=cookieArr[i].split("="))[0]==name) return pair[1];
  return 0;
};

function getCookieData(label) {
   var labelLen = label.length
   var cLen = document.cookie.length
   var i = 0
   while (i < cLen) {
      var j = i + labelLen
      if (document.cookie.substring(i,j) == label) {
         var cEnd = document.cookie.indexOf(";",j)
         if (cEnd == -1) {
             cEnd = document.cookie.length
         }
         return unescape(document.cookie.substring(j+1,cEnd))
      }
      i++
   }
   return ""
}

function zapTitle(title,str) {
  return title.substr(0,str.length).replace(str,"") + title.substr(str.length);
};


function renderHistory(ouplength) {

  var entryLengthArray = new Array();
  var oldEntryFound=-1
  var thisEntryLgth = 0;
  var totLgth=0;
  var previousEntry = 0;
  var outputlength;
  // Read the history
  var historyCookie=getCookie("history"), history=new Array();
  var tmpEntry=getCookieData("preventry");

      // ****** Intializes ******
  outputlength=(ouplength-45)/8 //pixels pr letter
  if (!tmpEntry=="") previousEntry=parseInt(tmpEntry);
  if (historyCookie) history=historyCookie.split(",");
  for (var i=0; i < history.length; i++) history[i]=unescape(history[i]).split("|");

      
  // Check to see if this location should be added to the history
  // remove
  thistitle=zapTitle(document.title,"Cell Network - ")
  thistitle=zapTitle(thistitle,"Cell Free Agents - ")
  thistitle=zapTitle(thistitle,"Cell Telecom - ")

  for (i=0; i < history.length; i++) {
                  var re;
                  // Replaces the last "&objectID=215" with ""
                  re=/&[a-z]*=[0-9]*/i;
      if (history[i][1].replace(re,"")==document.location.href.replace(re,"")){
         oldEntryFound=i;
         previousEntry=i;
         break;
      }
      thisEntryLgth = thisEntryLgth + history[i][0].length + 3;
  }


            // add new entry to array
  if (i==history.length) { // If there is a new added link
     if (previousEntry>0 && previousEntry < history.length) {
        history=history.slice(0,previousEntry + 1);
              previousEntry="";
              
    };
     oldEntryFound=history.length;
     history[history.length] = new Array(thistitle,document.location.href);
     // removes entries after max length
     if (history.length>maxHistoryLength) history=history.slice(1,history.length);
  };



 //create array of the lengths of the title entries:
     for (i=0; i < history.length; i++) {
        thisLgth=history[i][0].length + 3;
        entryLengthArray[i]=thisLgth;
        totLgth=totLgth+thisLgth;
     
     };

     //find out which part of the history array to render:
     
     // is total output length > maximum allowable length...?

            startix=0;
            
            endix=history.length;
            if (totLgth < outputlength) {
                  endix=history.length;
            
            } else {
            
                  //1. Løb igennem og skær de første fra
          thisLgth=totLgth;
          for (var i=0;i < oldEntryFound; i++) {
                                          thisLgth=thisLgth-(entryLengthArray[i]+ 3)
                                    
              if (thisLgth < outputlength) break;
          };
                        
                        startix=i;          
                  // Hvis der stadig er for meget skal de sidste skæres fra
                                                            
     if (thisLgth > outputlength){
        for (var i=history.length;i > oldEntryFound; i--) {
       
                                    thisLgth=thisLgth-(entryLengthArray[i-1]+ 3)
                                          if (thisLgth < outputlength){
                                          endix=i-1;  
                                          break;
                                          }
                                    endix=i;  
        } //for
     } //if
            }
            
if (languageIdentifier == 29998) {

      // Write history bar START    
      
      document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td bgcolor="#666666" height="1"><img src="/images/blank.gif" width="28" height="1" alt="" /></td></tr><tr><td bgcolor="#999999" height="13" valign="middle">')
      
      if (ouplength==600) {document.write('<img src="/images/blank.gif" width="50" height="1" border="0" alt="" />');}
      else {document.write('<img src="/images/blank.gif" height="1" width="28" alt="" border="0" />')}
      
        for (var i=startix; i<endix; i++) {
      
          if (history[i][1].replace(re,"")==document.location.href.replace(re,"")) {
            document.write('<b>' + history[i][0] + '</b>');
          }
          else
            document.write('<a onFocus="this.blur();" class="GraymenuTxt" href="' + history[i][1] + '">' + history[i][0] + '</a>');
          if ((i<history.length-1) & (i!=endix-1)) document.write(' > ');
        };
      
      //document.write(' (<a href="javascript:document.cookie=\'history=\';this.location.reload()">C</a>)');
      document.write('</td></tr></table>')
      
      // Write history END
}


if (languageIdentifier != 29998) {

      // Write history bar START    
      
      document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td class="historybrd" height="1"><img src="/images/blank.gif" width="28" height="1" alt="" /></td></tr><tr><td class="historybg" height="13" valign="middle">')
      
      if (ouplength==600) {document.write('<img src="/images/blank.gif" width="50" height="1" border="0" alt="" />');}
      else {document.write('<img src="/images/blank.gif" height="1" width="28" alt="" border="0" />')}
      
        for (var i=startix; i<endix; i++) {
      
          if (history[i][1].replace(re,"")==document.location.href.replace(re,"")) {
            document.write('<b>' + history[i][0] + '</b>');
          }
          else
            document.write('<a onFocus="this.blur();" class="GraymenuTxt" href="' + history[i][1] + '">' + history[i][0] + '</a>');
          if ((i<history.length-1) & (i!=endix-1)) document.write(' > ');
        };
      
      //document.write(' (<a href="javascript:document.cookie=\'history=\';this.location.reload()">C</a>)');
      document.write('</td></tr></table>')
      
      // Write history END
}



  // Save the history
  historyCookie='';
  for (i=0; i<history.length; i++) {
    historyCookie=historyCookie+escape(history[i][0]+"|"+history[i][1]);
    if (i<history.length-1) historyCookie=historyCookie+",";
  };


   document.cookie='history='+historyCookie+'';
   
   document.cookie='preventry='+previousEntry+'';

//  document.write("<br><br>Debugging info:<br>");
//  alert(historyCookie);



};


// *********** History bar end **************

// joboffer start - is only used from joboffer pages

// ****************************** joboffer end ****************************************
// -->





Start Free Trial
[+][-]12.31.2003 at 08:43PM PST, ID: 10024458

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 14-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]01.01.2004 at 06:28AM PST, ID: 10025032

View this solution now by starting your 14-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: JavaScript
Tags: javascript
Sign Up Now!
Solution Provided By: Nushi
Participating Experts: 4
Solution Grade: A
 
 
[+][-]01.01.2004 at 12:52PM PST, ID: 10026328

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 14-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]01.01.2004 at 05:56PM PST, ID: 10027153

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 14-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]01.02.2004 at 12:12AM PST, ID: 10027945

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 14-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]01.02.2004 at 12:53AM PST, ID: 10028013

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 14-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]01.02.2004 at 01:13AM PST, ID: 10028066

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 14-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]01.02.2004 at 03:48AM PST, ID: 10028374

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 14-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]01.03.2004 at 03:57AM PST, ID: 10033352

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 14-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]01.06.2004 at 09:43AM PST, ID: 10054106

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 14-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02.18.2004 at 12:37PM PST, ID: 10396421

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 14-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02.22.2004 at 10:40AM PST, ID: 10426793

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 14-day free trial to view this Administrative Comment or ask the Experts your question.

 
 
Loading Advertisement...
20081112-EE-VQP-43