Please help. netscape issues with show/hide tables..

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Zambien

    Please help. netscape issues with show/hide tables..

    Hi all,

    Here's my problem. I have tables that are using the menu/submenu idea
    for hiding rows. This works fine in IE (of course) and does show/hide
    correctly in netscape, but as soon as the shown method is called, the
    table gets skewed and the presentation of the data on the page goes
    horribly wrong. I don't think this is a table issue as I have spent
    alot of time staring at this code. Here is the html...


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

    <html>
    <head>

    <title>Investme nt Transfer</title>
    <META HTTP-EQUIV="Expires" CONTENT="Mon, 03 Mar 1997 01:00:00 GMT">
    <META HTTP-EQUIV="pragma" CONTENT="no-cache">
    <script language="javas cript1.1">

    </script>
    <script language="javas cript1.1" src="js/ua.js"></script>
    <script language="javas cript1.1" src="js/styleLF.js"></script>
    <script language="javas cript1.1" src="js/source_popup.js "></script>
    <script language="javas cript1.1" src="js/prod_popup.js"> </script>
    <SCRIPT LANGUAGE="JavaS cript">
    <!--

    function showNextFrame() {

    // Make sure the bottom frame is blank
    parent.frame3.l ocation.href="b lank.html";
    // Submit the form
    document.FundTo FundTransferFor m.submit();
    parent.scrollTo FormatFrame();
    }

    function clearOtherFrame s() {

    parent.frame2.l ocation.href="b lank.html";
    parent.frame3.l ocation.href="b lank.html";

    }

    function handleFromRadio Button(prodcode , sourcecode, prodname,
    sourcename) {

    document.FundTo FundTransferFor m.prd_code.valu e = prodcode;
    document.FundTo FundTransferFor m.src_code.valu e = sourcecode;
    document.FundTo FundTransferFor m.prd_name.valu e = prodname;
    document.FundTo FundTransferFor m.src_name.valu e = sourcename;
    showNextFrame() ;
    }

    function setFrmHeight(){

    var param = "";

    arProds = new Array();

    //frheight=parent .document.getEl ementById('fram e1').contentWin dow.document.bo dy.scrollHeight ;
    //parent.document .getElementById ("frame1").styl e.height=(frhei ght+"px");


    frheight=parent .document.getEl ementById('fram e1').contentWin dow.document.bo dy.scrollHeight ;
    if (frheight > 250) {
    frheight = 250;
    parent.document .getElementById ('frame1').scro lling="no";
    }
    else {
    parent.document .getElementById ('frame1').scro lling="no";
    }
    parent.document .getElementById ('frame1').styl e.height=(frhei ght+"px");



    }
    // -->
    </SCRIPT>

    <SCRIPT LANGUAGE="JavaS cript1.1">

    function showStep2() {
    document.step2. visibility='sho w';
    }

    function handleSelectBut ton(prodcode, id) {

    clearOtherFrame s();
    expandMenu(prod code);
    setFrmHeight();
    var x = document.getEle mentById(id).of fsetLeft;
    var y = document.getEle mentById(id).of fsetTop;
    //alert('id= ' + id + ' x=' + x + ' y=' + y);
    scroll(x,y);
    parent.scrollTo FromFrame();
    }

    function expandMenu(prod code) {


    var closed = new Image();
    var opened = new Image();

    closed.src = "images/select_button.g if";
    opened.src = "images/select_disabled _button.gif";




    if(prodcode == "HJ") {
    document.getEle mentById("menu_ row1_HJ").src = opened.src;


    document.getEle mentById("sm_ro w1_HJ_0").style .display =
    "block";
    document.getEle mentById("sm_ro w2_HJ_0").style .display =
    "block";
    // ensure radio button is not checked
    document.getEle mentById("sm_ra dio_HJ_0").chec ked = "";


    document.getEle mentById("sm_ro w1_HJ_1").style .display =
    "block";
    document.getEle mentById("sm_ro w2_HJ_1").style .display =
    "block";
    // ensure radio button is not checked
    document.getEle mentById("sm_ra dio_HJ_1").chec ked = "";



    }
    else {
    document.getEle mentById("menu_ row1_HJ").src = closed.src;



    document.getEle mentById("sm_ro w1_HJ_0").style .display =
    "none";
    document.getEle mentById("sm_ro w2_HJ_0").style .display =
    "none";



    document.getEle mentById("sm_ro w1_HJ_1").style .display =
    "none";
    document.getEle mentById("sm_ro w2_HJ_1").style .display =
    "none";



    }





    if(prodcode == "93") {
    document.getEle mentById("menu_ row1_93").src = opened.src;


    document.getEle mentById("sm_ro w1_93_0").style .display =
    "block";
    document.getEle mentById("sm_ro w2_93_0").style .display =
    "block";
    // ensure radio button is not checked
    document.getEle mentById("sm_ra dio_93_0").chec ked = "";


    document.getEle mentById("sm_ro w1_93_1").style .display =
    "block";
    document.getEle mentById("sm_ro w2_93_1").style .display =
    "block";
    // ensure radio button is not checked
    document.getEle mentById("sm_ra dio_93_1").chec ked = "";


    document.getEle mentById("sm_ro w1_93_2").style .display =
    "block";
    document.getEle mentById("sm_ro w2_93_2").style .display =
    "block";
    // ensure radio button is not checked
    document.getEle mentById("sm_ra dio_93_2").chec ked = "";


    document.getEle mentById("sm_ro w1_93_3").style .display =
    "block";
    document.getEle mentById("sm_ro w2_93_3").style .display =
    "block";
    // ensure radio button is not checked
    document.getEle mentById("sm_ra dio_93_3").chec ked = "";


    document.getEle mentById("sm_ro w1_93_4").style .display =
    "block";
    document.getEle mentById("sm_ro w2_93_4").style .display =
    "block";
    // ensure radio button is not checked
    document.getEle mentById("sm_ra dio_93_4").chec ked = "";


    document.getEle mentById("sm_ro w1_93_5").style .display =
    "block";
    document.getEle mentById("sm_ro w2_93_5").style .display =
    "block";
    // ensure radio button is not checked
    document.getEle mentById("sm_ra dio_93_5").chec ked = "";


    document.getEle mentById("sm_ro w1_93_6").style .display =
    "block";
    document.getEle mentById("sm_ro w2_93_6").style .display =
    "block";
    // ensure radio button is not checked
    document.getEle mentById("sm_ra dio_93_6").chec ked = "";


    document.getEle mentById("sm_ro w1_93_7").style .display =
    "block";
    document.getEle mentById("sm_ro w2_93_7").style .display =
    "block";
    // ensure radio button is not checked
    document.getEle mentById("sm_ra dio_93_7").chec ked = "";



    }
    else {
    document.getEle mentById("menu_ row1_93").src = closed.src;



    document.getEle mentById("sm_ro w1_93_0").style .display =
    "none";
    document.getEle mentById("sm_ro w2_93_0").style .display =
    "none";



    document.getEle mentById("sm_ro w1_93_1").style .display =
    "none";
    document.getEle mentById("sm_ro w2_93_1").style .display =
    "none";



    document.getEle mentById("sm_ro w1_93_2").style .display =
    "none";
    document.getEle mentById("sm_ro w2_93_2").style .display =
    "none";



    document.getEle mentById("sm_ro w1_93_3").style .display =
    "none";
    document.getEle mentById("sm_ro w2_93_3").style .display =
    "none";



    document.getEle mentById("sm_ro w1_93_4").style .display =
    "none";
    document.getEle mentById("sm_ro w2_93_4").style .display =
    "none";



    document.getEle mentById("sm_ro w1_93_5").style .display =
    "none";
    document.getEle mentById("sm_ro w2_93_5").style .display =
    "none";



    document.getEle mentById("sm_ro w1_93_6").style .display =
    "none";
    document.getEle mentById("sm_ro w2_93_6").style .display =
    "none";



    document.getEle mentById("sm_ro w1_93_7").style .display =
    "none";
    document.getEle mentById("sm_ro w2_93_7").style .display =
    "none";



    }





    if(prodcode == "I1") {
    document.getEle mentById("menu_ row1_I1").src = opened.src;


    document.getEle mentById("sm_ro w1_I1_0").style .display =
    "block";
    document.getEle mentById("sm_ro w2_I1_0").style .display =
    "block";
    // ensure radio button is not checked
    document.getEle mentById("sm_ra dio_I1_0").chec ked = "";


    document.getEle mentById("sm_ro w1_I1_1").style .display =
    "block";
    document.getEle mentById("sm_ro w2_I1_1").style .display =
    "block";
    // ensure radio button is not checked
    document.getEle mentById("sm_ra dio_I1_1").chec ked = "";


    document.getEle mentById("sm_ro w1_I1_2").style .display =
    "block";
    document.getEle mentById("sm_ro w2_I1_2").style .display =
    "block";
    // ensure radio button is not checked
    document.getEle mentById("sm_ra dio_I1_2").chec ked = "";


    document.getEle mentById("sm_ro w1_I1_3").style .display =
    "block";
    document.getEle mentById("sm_ro w2_I1_3").style .display =
    "block";
    // ensure radio button is not checked
    document.getEle mentById("sm_ra dio_I1_3").chec ked = "";


    document.getEle mentById("sm_ro w1_I1_4").style .display =
    "block";
    document.getEle mentById("sm_ro w2_I1_4").style .display =
    "block";
    // ensure radio button is not checked
    document.getEle mentById("sm_ra dio_I1_4").chec ked = "";


    document.getEle mentById("sm_ro w1_I1_5").style .display =
    "block";
    document.getEle mentById("sm_ro w2_I1_5").style .display =
    "block";
    // ensure radio button is not checked
    document.getEle mentById("sm_ra dio_I1_5").chec ked = "";


    document.getEle mentById("sm_ro w1_I1_6").style .display =
    "block";
    document.getEle mentById("sm_ro w2_I1_6").style .display =
    "block";
    // ensure radio button is not checked
    document.getEle mentById("sm_ra dio_I1_6").chec ked = "";


    document.getEle mentById("sm_ro w1_I1_7").style .display =
    "block";
    document.getEle mentById("sm_ro w2_I1_7").style .display =
    "block";
    // ensure radio button is not checked
    document.getEle mentById("sm_ra dio_I1_7").chec ked = "";


    document.getEle mentById("sm_ro w1_I1_8").style .display =
    "block";
    document.getEle mentById("sm_ro w2_I1_8").style .display =
    "block";
    // ensure radio button is not checked
    document.getEle mentById("sm_ra dio_I1_8").chec ked = "";


    document.getEle mentById("sm_ro w1_I1_9").style .display =
    "block";
    document.getEle mentById("sm_ro w2_I1_9").style .display =
    "block";
    // ensure radio button is not checked
    document.getEle mentById("sm_ra dio_I1_9").chec ked = "";



    }
    else {
    document.getEle mentById("menu_ row1_I1").src = closed.src;



    document.getEle mentById("sm_ro w1_I1_0").style .display =
    "none";
    document.getEle mentById("sm_ro w2_I1_0").style .display =
    "none";



    document.getEle mentById("sm_ro w1_I1_1").style .display =
    "none";
    document.getEle mentById("sm_ro w2_I1_1").style .display =
    "none";



    document.getEle mentById("sm_ro w1_I1_2").style .display =
    "none";
    document.getEle mentById("sm_ro w2_I1_2").style .display =
    "none";



    document.getEle mentById("sm_ro w1_I1_3").style .display =
    "none";
    document.getEle mentById("sm_ro w2_I1_3").style .display =
    "none";



    document.getEle mentById("sm_ro w1_I1_4").style .display =
    "none";
    document.getEle mentById("sm_ro w2_I1_4").style .display =
    "none";



    document.getEle mentById("sm_ro w1_I1_5").style .display =
    "none";
    document.getEle mentById("sm_ro w2_I1_5").style .display =
    "none";



    document.getEle mentById("sm_ro w1_I1_6").style .display =
    "none";
    document.getEle mentById("sm_ro w2_I1_6").style .display =
    "none";



    document.getEle mentById("sm_ro w1_I1_7").style .display =
    "none";
    document.getEle mentById("sm_ro w2_I1_7").style .display =
    "none";



    document.getEle mentById("sm_ro w1_I1_8").style .display =
    "none";
    document.getEle mentById("sm_ro w2_I1_8").style .display =
    "none";



    document.getEle mentById("sm_ro w1_I1_9").style .display =
    "none";
    document.getEle mentById("sm_ro w2_I1_9").style .display =
    "none";



    }





    if(prodcode == "42") {
    document.getEle mentById("menu_ row1_42").src = opened.src;


    document.getEle mentById("sm_ro w1_42_0").style .display =
    "block";
    document.getEle mentById("sm_ro w2_42_0").style .display =
    "block";
    // ensure radio button is not checked
    document.getEle mentById("sm_ra dio_42_0").chec ked = "";


    document.getEle mentById("sm_ro w1_42_1").style .display =
    "block";
    document.getEle mentById("sm_ro w2_42_1").style .display =
    "block";
    // ensure radio button is not checked
    document.getEle mentById("sm_ra dio_42_1").chec ked = "";


    document.getEle mentById("sm_ro w1_42_2").style .display =
    "block";
    document.getEle mentById("sm_ro w2_42_2").style .display =
    "block";
    // ensure radio button is not checked
    document.getEle mentById("sm_ra dio_42_2").chec ked = "";


    document.getEle mentById("sm_ro w1_42_3").style .display =
    "block";
    document.getEle mentById("sm_ro w2_42_3").style .display =
    "block";
    // ensure radio button is not checked
    document.getEle mentById("sm_ra dio_42_3").chec ked = "";



    }
    else {
    document.getEle mentById("menu_ row1_42").src = closed.src;



    document.getEle mentById("sm_ro w1_42_0").style .display =
    "none";
    document.getEle mentById("sm_ro w2_42_0").style .display =
    "none";



    document.getEle mentById("sm_ro w1_42_1").style .display =
    "none";
    document.getEle mentById("sm_ro w2_42_1").style .display =
    "none";



    document.getEle mentById("sm_ro w1_42_2").style .display =
    "none";
    document.getEle mentById("sm_ro w2_42_2").style .display =
    "none";



    document.getEle mentById("sm_ro w1_42_3").style .display =
    "none";
    document.getEle mentById("sm_ro w2_42_3").style .display =
    "none";



    }



    }

    function hideAllSubMenus () {

    var closed = new Image();
    var opened = new Image();

    closed.src = "images/select_button.g if";
    opened.src = "images/select_disabled _button.gif";




    document.getEle mentById("menu_ row1_HJ").src = closed.src;


    document.getEle mentById("sm_ro w1_HJ_0").style .display = "none";
    document.getEle mentById("sm_ro w2_HJ_0").style .display = "none";


    document.getEle mentById("sm_ro w1_HJ_1").style .display = "none";
    document.getEle mentById("sm_ro w2_HJ_1").style .display = "none";







    document.getEle mentById("menu_ row1_93").src = closed.src;


    document.getEle mentById("sm_ro w1_93_0").style .display = "none";
    document.getEle mentById("sm_ro w2_93_0").style .display = "none";


    document.getEle mentById("sm_ro w1_93_1").style .display = "none";
    document.getEle mentById("sm_ro w2_93_1").style .display = "none";


    document.getEle mentById("sm_ro w1_93_2").style .display = "none";
    document.getEle mentById("sm_ro w2_93_2").style .display = "none";


    document.getEle mentById("sm_ro w1_93_3").style .display = "none";
    document.getEle mentById("sm_ro w2_93_3").style .display = "none";


    document.getEle mentById("sm_ro w1_93_4").style .display = "none";
    document.getEle mentById("sm_ro w2_93_4").style .display = "none";


    document.getEle mentById("sm_ro w1_93_5").style .display = "none";
    document.getEle mentById("sm_ro w2_93_5").style .display = "none";


    document.getEle mentById("sm_ro w1_93_6").style .display = "none";
    document.getEle mentById("sm_ro w2_93_6").style .display = "none";


    document.getEle mentById("sm_ro w1_93_7").style .display = "none";
    document.getEle mentById("sm_ro w2_93_7").style .display = "none";







    document.getEle mentById("menu_ row1_I1").src = closed.src;


    document.getEle mentById("sm_ro w1_I1_0").style .display = "none";
    document.getEle mentById("sm_ro w2_I1_0").style .display = "none";


    document.getEle mentById("sm_ro w1_I1_1").style .display = "none";
    document.getEle mentById("sm_ro w2_I1_1").style .display = "none";


    document.getEle mentById("sm_ro w1_I1_2").style .display = "none";
    document.getEle mentById("sm_ro w2_I1_2").style .display = "none";


    document.getEle mentById("sm_ro w1_I1_3").style .display = "none";
    document.getEle mentById("sm_ro w2_I1_3").style .display = "none";


    document.getEle mentById("sm_ro w1_I1_4").style .display = "none";
    document.getEle mentById("sm_ro w2_I1_4").style .display = "none";


    document.getEle mentById("sm_ro w1_I1_5").style .display = "none";
    document.getEle mentById("sm_ro w2_I1_5").style .display = "none";


    document.getEle mentById("sm_ro w1_I1_6").style .display = "none";
    document.getEle mentById("sm_ro w2_I1_6").style .display = "none";


    document.getEle mentById("sm_ro w1_I1_7").style .display = "none";
    document.getEle mentById("sm_ro w2_I1_7").style .display = "none";


    document.getEle mentById("sm_ro w1_I1_8").style .display = "none";
    document.getEle mentById("sm_ro w2_I1_8").style .display = "none";


    document.getEle mentById("sm_ro w1_I1_9").style .display = "none";
    document.getEle mentById("sm_ro w2_I1_9").style .display = "none";







    document.getEle mentById("menu_ row1_42").src = closed.src;


    document.getEle mentById("sm_ro w1_42_0").style .display = "none";
    document.getEle mentById("sm_ro w2_42_0").style .display = "none";


    document.getEle mentById("sm_ro w1_42_1").style .display = "none";
    document.getEle mentById("sm_ro w2_42_1").style .display = "none";


    document.getEle mentById("sm_ro w1_42_2").style .display = "none";
    document.getEle mentById("sm_ro w2_42_2").style .display = "none";


    document.getEle mentById("sm_ro w1_42_3").style .display = "none";
    document.getEle mentById("sm_ro w2_42_3").style .display = "none";






    }

    function clearOtherFrame s() {
    parent.frames[1].location="blan k.html";
    parent.frames[2].location="blan k.html";
    }

    function doOnLoad() {
    //initArray();
    hideAllSubMenus ();
    clearOtherFrame s();
    }

    // End -->
    </script>


    </head>
    <!-- Event logging

    44
    -->
    <body onload="setFrmH eight();doOnLoa d()">
    <form name="FundToFun dTransferForm" method="post" target="frame2"
    action="fundToF und2.do">

    <input type="hidden" name="src_code" value="">
    <input type="hidden" name="prd_code" value="">
    <input type="hidden" name="src_name" value="">
    <input type="hidden" name="prd_name" value="">

    <table border="0" cellspacing="0" cellpadding="0" >
    <!--width="625"-->





    <tr>
    <td id="button_loca tionHJ" colspan="7"><IM G SRC="images/spacer.gif"
    HEIGHT=5 BORDER=0 ALT=""></td>
    </tr>
    <tr class="menu1">
    <td align="left" colspan="2">&nb sp;</td>
    <td width="80" align="left" valign="bottom" ><img
    id="menu_row1_H J" src="images/select_button.g if"
    onClick="handle SelectButton('H J', 'button_locatio nHJ')" border="0"
    /></td>
    <td width="250" align="left"> <STRONG><a
    href="javascrip t:prodPopUp('HJ ')">EMPLOYEE ENTERGY STOCK
    </a></STRONG></td>
    <td width="80" align="left"><S TRONG>0.0</STRONG></td>

    <td width="90" align="left"><S TRONG>$0.0</STRONG></td>
    <td width="70" align="left"><S TRONG>0.0%</STRONG></td>
    </tr>
    <tr>
    <td colspan="7"><IM G SRC="images/spacer.gif" WIDTH=400 HEIGHT=5
    ORDER=0 ALT=""></td>
    </tr>




    <tr class="submenu" id="sm_row1_HJ_ 0">
    <td align="left" colspan="3">&nb sp;</td><td width="250"
    align="left" valign="bottom" >





    <input type="radio" name="nothing" value="*"
    onclick="handle FromRadioButton ('HJ', '*','EMPLOYEE ENTERGY STOCK
    ','ALL SOURCES ')" id="sm_radio_HJ _0">





    <STRONG>&nbsp ;
    ALL SOURCES

    </STRONG></td>
    <td width="80" align="left">37 .4311</td>
    <td width="90" align="left">$2 049.35</td>
    <td width="70" align="left">&n bsp;</td>
    </tr>
    <tr class="submenu"
    id="sm_row2_HJ_ 0"><td>&nbsp ;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>



    <tr class="submenu" id="sm_row1_HJ_ 1">
    <td align="left" colspan="3">&nb sp;</td><td width="250"
    align="left" valign="bottom" >





    <input type="radio" name="nothing" value="4"
    onclick="handle FromRadioButton ('HJ', '4','EMPLOYEE ENTERGY STOCK
    ','COMPANY MATCH-0.70 ')" id="sm_radio_HJ _1">




    <STRONG>&nbsp ;
    COMPANY MATCH-0.70

    ONLY

    </STRONG></td>
    <td width="80" align="left">37 .4311</td>
    <td width="90" align="left">$2 049.35</td>
    <td width="70" align="left">&n bsp;</td>

    </tr>
    <tr class="submenu"
    id="sm_row2_HJ_ 1"><td>&nbsp ;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>







    <tr>
    <td id="button_loca tion93" colspan="7"><IM G SRC="images/spacer.gif"
    HEIGHT=5 BORDER=0 ALT=""></td>
    </tr>
    <tr class="menu1">
    <td align="left" colspan="2">&nb sp;</td>
    <td width="80" align="left" valign="bottom" ><img
    id="menu_row1_9 3" src="images/select_button.g if"
    onClick="handle SelectButton('9 3', 'button_locatio n93')" border="0"
    /></td>
    <td width="250" align="left"> <STRONG><a
    href="javascrip t:prodPopUp('93 ')">BLUE CHIP GROWTH FUND
    </a></STRONG></td>
    <td width="80" align="left"><S TRONG>0.0</STRONG></td>

    <td width="90" align="left"><S TRONG>$0.0</STRONG></td>
    <td width="70" align="left"><S TRONG>0.0%</STRONG></td>
    </tr>
    <tr>
    <td colspan="7"><IM G SRC="images/spacer.gif" WIDTH=400 HEIGHT=5
    ORDER=0 ALT=""></td>
    </tr>




    <tr class="submenu" id="sm_row1_93_ 0">
    <td align="left" colspan="3">&nb sp;</td><td width="250"
    align="left" valign="bottom" >





    <input type="radio" name="nothing" value="*"
    onclick="handle FromRadioButton ('93', '*','BLUE CHIP GROWTH FUND
    ','ALL SOURCES ')" id="sm_radio_93 _0">





    <STRONG>&nbsp ;
    ALL SOURCES

    </STRONG></td>
    <td width="80" align="left">11 13.265</td>
    <td width="90" align="left">$3 0859.7</td>
    <td width="70" align="left">&n bsp;</td>
    </tr>
    <tr class="submenu"
    id="sm_row2_93_ 0"><td>&nbsp ;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>



    <tr class="submenu" id="sm_row1_93_ 1">
    <td align="left" colspan="3">&nb sp;</td><td width="250"
    align="left" valign="bottom" >





    <input type="radio" name="nothing" value="A"
    onclick="handle FromRadioButton ('93', 'A','BLUE CHIP GROWTH FUND
    ','BEFORE-TAX ')" id="sm_radio_93 _1">




    <STRONG>&nbsp ;
    BEFORE-TAX

    ONLY

    </STRONG></td>
    <td width="80" align="left">81 6.787</td>
    <td width="90" align="left">$2 2641.34</td>
    <td width="70" align="left">&n bsp;</td>

    </tr>
    <tr class="submenu"
    id="sm_row2_93_ 1"><td>&nbsp ;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>


    <tr class="submenu" id="sm_row1_93_ 2">
    <td align="left" colspan="3">&nb sp;</td><td width="250"
    align="left" valign="bottom" >





    <input type="radio" name="nothing" value="C"
    onclick="handle FromRadioButton ('93', 'C','BLUE CHIP GROWTH FUND
    ','ESOP COMPANY ')" id="sm_radio_93 _2">




    <STRONG>&nbsp ;
    ESOP COMPANY

    ONLY

    </STRONG></td>
    <td width="80" align="left">62 .874</td>

    <td width="90" align="left">$1 742.87</td>
    <td width="70" align="left">&n bsp;</td>
    </tr>
    <tr class="submenu"
    id="sm_row2_93_ 2"><td>&nbsp ;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>


    <tr class="submenu" id="sm_row1_93_ 3">
    <td align="left" colspan="3">&nb sp;</td><td width="250"
    align="left" valign="bottom" >





    <input type="radio" name="nothing" value="G"
    onclick="handle FromRadioButton ('93', 'G','BLUE CHIP GROWTH FUND
    ','POST-86 AFTER-TAX ')" id="sm_radio_93 _3">




    <STRONG>&nbsp ;
    POST-86 AFTER-TAX

    ONLY

    </STRONG></td>

    <td width="80" align="left">16 4.078</td>
    <td width="90" align="left">$4 548.24</td>
    <td width="70" align="left">&n bsp;</td>
    </tr>
    <tr class="submenu"
    id="sm_row2_93_ 3"><td>&nbsp ;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>


    <tr class="submenu" id="sm_row1_93_ 4">
    <td align="left" colspan="3">&nb sp;</td><td width="250"
    align="left" valign="bottom" >





    <input type="radio" name="nothing" value="H"
    onclick="handle FromRadioButton ('93', 'H','BLUE CHIP GROWTH FUND
    ','ESOP EMPLOYEE ')" id="sm_radio_93 _4">





    <STRONG>&nbsp ;
    ESOP EMPLOYEE

    ONLY

    </STRONG></td>
    <td width="80" align="left">19 .907</td>
    <td width="90" align="left">$5 51.82</td>
    <td width="70" align="left">&n bsp;</td>
    </tr>
    <tr class="submenu"
    id="sm_row2_93_ 4"><td>&nbsp ;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>



    <tr class="submenu" id="sm_row1_93_ 5">
    <td align="left" colspan="3">&nb sp;</td><td width="250"
    align="left" valign="bottom" >





    <input type="radio" name="nothing" value="3"
    onclick="handle FromRadioButton ('93', '3','BLUE CHIP GROWTH FUND
    ','GSU ESOP EMPLOYEE ')" id="sm_radio_93 _5">




    <STRONG>&nbsp ;
    GSU ESOP EMPLOYEE

    ONLY

    </STRONG></td>
    <td width="80" align="left">4. 254</td>
    <td width="90" align="left">$1 17.92</td>
    <td width="70" align="left">&n bsp;</td>

    </tr>
    <tr class="submenu"
    id="sm_row2_93_ 5"><td>&nbsp ;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>


    <tr class="submenu" id="sm_row1_93_ 6">
    <td align="left" colspan="3">&nb sp;</td><td width="250"
    align="left" valign="bottom" >





    <input type="radio" name="nothing" value="P"
    onclick="handle FromRadioButton ('93', 'P','BLUE CHIP GROWTH FUND
    ','GSU ESOP COMPANY ')" id="sm_radio_93 _6">




    <STRONG>&nbsp ;
    GSU ESOP COMPANY

    ONLY

    </STRONG></td>
    <td width="80" align="left">8. 617</td>

    <td width="90" align="left">$2 38.86</td>
    <td width="70" align="left">&n bsp;</td>
    </tr>
    <tr class="submenu"
    id="sm_row2_93_ 6"><td>&nbsp ;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>


    <tr class="submenu" id="sm_row1_93_ 7">
    <td align="left" colspan="3">&nb sp;</td><td width="250"
    align="left" valign="bottom" >





    <input type="radio" name="nothing" value="2"
    onclick="handle FromRadioButton ('93', '2','BLUE CHIP GROWTH FUND
    ','PRE-87 AFTER-TAX ')" id="sm_radio_93 _7">




    <STRONG>&nbsp ;
    PRE-87 AFTER-TAX

    ONLY

    </STRONG></td>

    <td width="80" align="left">36 .748</td>
    <td width="90" align="left">$1 018.65</td>
    <td width="70" align="left">&n bsp;</td>
    </tr>
    <tr class="submenu"
    id="sm_row2_93_ 7"><td>&nbsp ;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>







    <tr>
    <td id="button_loca tionI1" colspan="7"><IM G SRC="images/spacer.gif"
    HEIGHT=5 BORDER=0 ALT=""></td>
    </tr>
    <tr class="menu1">

    <td align="left" colspan="2">&nb sp;</td>
    <td width="80" align="left" valign="bottom" ><img
    id="menu_row1_I 1" src="images/select_button.g if"
    onClick="handle SelectButton('I 1', 'button_locatio nI1')" border="0"
    /></td>
    <td width="250" align="left"> <STRONG><a
    href="javascrip t:prodPopUp('I1 ')">ENTERGY STABLE INCOME FUND
    </a></STRONG></td>
    <td width="80" align="left"><S TRONG>0.0</STRONG></td>
    <td width="90" align="left"><S TRONG>$0.0</STRONG></td>
    <td width="70" align="left"><S TRONG>0.0%</STRONG></td>
    </tr>

    <tr>
    <td colspan="7"><IM G SRC="images/spacer.gif" WIDTH=400 HEIGHT=5
    ORDER=0 ALT=""></td>
    </tr>




    <tr class="submenu" id="sm_row1_I1_ 0">
    <td align="left" colspan="3">&nb sp;</td><td width="250"
    align="left" valign="bottom" >





    <input type="radio" name="nothing" value="*"
    onclick="handle FromRadioButton ('I1', '*','ENTERGY STABLE INCOME FUND
    ','ALL SOURCES ')" id="sm_radio_I1 _0">




    <STRONG>&nbsp ;
    ALL SOURCES

    </STRONG></td>
    <td width="80" align="left">12 672.1034</td>

    <td width="90" align="left">$9 7602.22</td>
    <td width="70" align="left">&n bsp;</td>
    </tr>
    <tr class="submenu"
    id="sm_row2_I1_ 0"><td>&nbsp ;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>


    <tr class="submenu" id="sm_row1_I1_ 1">
    <td align="left" colspan="3">&nb sp;</td><td width="250"
    align="left" valign="bottom" >





    <input type="radio" name="nothing" value="A"
    onclick="handle FromRadioButton ('I1', 'A','ENTERGY STABLE INCOME FUND
    ','BEFORE-TAX ')" id="sm_radio_I1 _1">




    <STRONG>&nbsp ;
    BEFORE-TAX

    ONLY

    </STRONG></td>

    <td width="80" align="left">68 79.8594</td>
    <td width="90" align="left">$1 0023.47</td>
    <td width="70" align="left">&n bsp;</td>
    </tr>
    <tr class="submenu"
    id="sm_row2_I1_ 1"><td>&nbsp ;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>


    <tr class="submenu" id="sm_row1_I1_ 2">
    <td align="left" colspan="3">&nb sp;</td><td width="250"
    align="left" valign="bottom" >





    <input type="radio" name="nothing" value="C"
    onclick="handle FromRadioButton ('I1', 'C','ENTERGY STABLE INCOME FUND
    ','ESOP COMPANY ')" id="sm_radio_I1 _2">





    <STRONG>&nbsp ;
    ESOP COMPANY

    ONLY

    </STRONG></td>
    <td width="80" align="left">15 .976</td>
    <td width="90" align="left">$2 41.56</td>
    <td width="70" align="left">&n bsp;</td>
    </tr>
    <tr class="submenu"
    id="sm_row2_I1_ 2"><td>&nbsp ;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>



    <tr class="submenu" id="sm_row1_I1_ 3">
    <td align="left" colspan="3">&nb sp;</td><td width="250"
    align="left" valign="bottom" >





    <input type="radio" name="nothing" value="D"
    onclick="handle FromRadioButton ('I1', 'D','ENTERGY STABLE INCOME FUND
    ','COMPANY MATCH - PRIOR ')" id="sm_radio_I1 _3">




    <STRONG>&nbsp ;
    COMPANY MATCH - PRIOR

    ONLY

    </STRONG></td>
    <td width="80" align="left">23 71.605</td>
    <td width="90" align="left">$3 5858.67</td>
    <td width="70" align="left">&n bsp;</td>

    </tr>
    <tr class="submenu"
    id="sm_row2_I1_ 3"><td>&nbsp ;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>


    <tr class="submenu" id="sm_row1_I1_ 4">
    <td align="left" colspan="3">&nb sp;</td><td width="250"
    align="left" valign="bottom" >





    <input type="radio" name="nothing" value="G"
    onclick="handle FromRadioButton ('I1', 'G','ENTERGY STABLE INCOME FUND
    ','POST-86 AFTER-TAX ')" id="sm_radio_I1 _4">




    <STRONG>&nbsp ;
    POST-86 AFTER-TAX

    ONLY

    </STRONG></td>
    <td width="80" align="left">31 80.15</td>

    <td width="90" align="left">$4 8083.87</td>
    <td width="70" align="left">&n bsp;</td>
    </tr>
    <tr class="submenu"
    id="sm_row2_I1_ 4"><td>&nbsp ;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>


    <tr class="submenu" id="sm_row1_I1_ 5">
    <td align="left" colspan="3">&nb sp;</td><td width="250"
    align="left" valign="bottom" >





    <input type="radio" name="nothing" value="H"
    onclick="handle FromRadioButton ('I1', 'H','ENTERGY STABLE INCOME FUND
    ','ESOP EMPLOYEE ')" id="sm_radio_I1 _5">




    <STRONG>&nbsp ;
    ESOP EMPLOYEE

    ONLY

    </STRONG></td>

    <td width="80" align="left">5. 044</td>
    <td width="90" align="left">$7 6.27</td>
    <td width="70" align="left">&n bsp;</td>
    </tr>
    <tr class="submenu"
    id="sm_row2_I1_ 5"><td>&nbsp ;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>


    <tr class="submenu" id="sm_row1_I1_ 6">
    <td align="left" colspan="3">&nb sp;</td><td width="250"
    align="left" valign="bottom" >





    <input type="radio" name="nothing" value="3"
    onclick="handle FromRadioButton ('I1', '3','ENTERGY STABLE INCOME FUND
    ','GSU ESOP EMPLOYEE ')" id="sm_radio_I1 _6">





    <STRONG>&nbsp ;
    GSU ESOP EMPLOYEE

    ONLY

    </STRONG></td>
    <td width="80" align="left">1. 056</td>
    <td width="90" align="left">$1 5.97</td>
    <td width="70" align="left">&n bsp;</td>
    </tr>
    <tr class="submenu"
    id="sm_row2_I1_ 6"><td>&nbsp ;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>



    <tr class="submenu" id="sm_row1_I1_ 7">
    <td align="left" colspan="3">&nb sp;</td><td width="250"
    align="left" valign="bottom" >





    <input type="radio" name="nothing" value="V"
    onclick="handle FromRadioButton ('I1', 'V','ENTERGY STABLE INCOME FUND
    ','COMPANY MATCH-.75 CENTS ')" id="sm_radio_I1 _7">




    <STRONG>&nbsp ;
    COMPANY MATCH-.75 CENTS

    ONLY

    </STRONG></td>
    <td width="80" align="left">91 .885</td>
    <td width="90" align="left">$1 389.3</td>
    <td width="70" align="left">&n bsp;</td>

    </tr>
    <tr class="submenu"
    id="sm_row2_I1_ 7"><td>&nbsp ;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>


    <tr class="submenu" id="sm_row1_I1_ 8">
    <td align="left" colspan="3">&nb sp;</td><td width="250"
    align="left" valign="bottom" >





    <input type="radio" name="nothing" value="P"
    onclick="handle FromRadioButton ('I1', 'P','ENTERGY STABLE INCOME FUND
    ','GSU ESOP COMPANY ')" id="sm_radio_I1 _8">




    <STRONG>&nbsp ;
    GSU ESOP COMPANY

    ONLY

    </STRONG></td>
    <td width="80" align="left">2. 144</td>

    <td width="90" align="left">$3 2.42</td>
    <td width="70" align="left">&n bsp;</td>
    </tr>
    <tr class="submenu"
    id="sm_row2_I1_ 8"><td>&nbsp ;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>


    <tr class="submenu" id="sm_row1_I1_ 9">
    <td align="left" colspan="3">&nb sp;</td><td width="250"
    align="left" valign="bottom" >





    <input type="radio" name="nothing" value="2"
    onclick="handle FromRadioButton ('I1', '2','ENTERGY STABLE INCOME FUND
    ','PRE-87 AFTER-TAX ')" id="sm_radio_I1 _9">




    <STRONG>&nbsp ;
    PRE-87 AFTER-TAX

    ONLY

    </STRONG></td>

    <td width="80" align="left">12 4.384</td>
    <td width="90" align="left">$1 880.69</td>
    <td width="70" align="left">&n bsp;</td>
    </tr>
    <tr class="submenu"
    id="sm_row2_I1_ 9"><td>&nbsp ;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>







    <tr>
    <td id="button_loca tion42" colspan="7"><IM G SRC="images/spacer.gif"
    HEIGHT=5 BORDER=0 ALT=""></td>
    </tr>
    <tr class="menu1">

    <td align="left" colspan="2">&nb sp;</td>
    <td width="80" align="left" valign="bottom" ><img
    id="menu_row1_4 2" src="images/select_button.g if"
    onClick="handle SelectButton('4 2', 'button_locatio n42')" border="0"
    /></td>
    <td width="250" align="left"> <STRONG><a
    href="javascrip t:prodPopUp('42 ')">NEW HORIZONS FUND
    </a></STRONG></td>
    <td width="80" align="left"><S TRONG>0.0</STRONG></td>
    <td width="90" align="left"><S TRONG>$0.0</STRONG></td>
    <td width="70" align="left"><S TRONG>0.0%</STRONG></td>
    </tr>

    <tr>
    <td colspan="7"><IM G SRC="images/spacer.gif" WIDTH=400 HEIGHT=5
    ORDER=0 ALT=""></td>
    </tr>




    <tr class="submenu" id="sm_row1_42_ 0">
    <td align="left" colspan="3">&nb sp;</td><td width="250"
    align="left" valign="bottom" >





    <input type="radio" name="nothing" value="*"
    onclick="handle FromRadioButton ('42', '*','NEW HORIZONS FUND
    ','ALL SOURCES ')" id="sm_radio_42 _0">




    <STRONG>&nbsp ;
    ALL SOURCES

    </STRONG></td>
    <td width="80" align="left">60 41.779</td>

    <td width="90" align="left">$4 4990.27</td>
    <td width="70" align="left">&n bsp;</td>
    </tr>
    <tr class="submenu"
    id="sm_row2_42_ 0"><td>&nbsp ;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>


    <tr class="submenu" id="sm_row1_42_ 1">
    <td align="left" colspan="3">&nb sp;</td><td width="250"
    align="left" valign="bottom" >





    <input type="radio" name="nothing" value="A"
    onclick="handle FromRadioButton ('42', 'A','NEW HORIZONS FUND
    ','BEFORE-TAX ')" id="sm_radio_42 _1">




    <STRONG>&nbsp ;
    BEFORE-TAX

    ONLY

    </STRONG></td>

    <td width="80" align="left">46 72.167</td>
    <td width="90" align="left">$1 1215.64</td>
    <td width="70" align="left">&n bsp;</td>
    </tr>
    <tr class="submenu"
    id="sm_row2_42_ 1"><td>&nbsp ;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>


    <tr class="submenu" id="sm_row1_42_ 2">
    <td align="left" colspan="3">&nb sp;</td><td width="250"
    align="left" valign="bottom" >





    <input type="radio" name="nothing" value="G"
    onclick="handle FromRadioButton ('42', 'G','NEW HORIZONS FUND
    ','POST-86 AFTER-TAX ')" id="sm_radio_42 _2">





    <STRONG>&nbsp ;
    POST-86 AFTER-TAX

    ONLY

    </STRONG></td>
    <td width="80" align="left">98 4.315</td>
    <td width="90" align="left">$2 4273.21</td>
    <td width="70" align="left">&n bsp;</td>
    </tr>
    <tr class="submenu"
    id="sm_row2_42_ 2"><td>&nbsp ;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>



    <tr class="submenu" id="sm_row1_42_ 3">
    <td align="left" colspan="3">&nb sp;</td><td width="250"
    align="left" valign="bottom" >





    <input type="radio" name="nothing" value="2"
    onclick="handle FromRadioButton ('42', '2','NEW HORIZONS FUND
    ','PRE-87 AFTER-TAX ')" id="sm_radio_42 _3">




    <STRONG>&nbsp ;
    PRE-87 AFTER-TAX

    ONLY

    </STRONG></td>
    <td width="80" align="left">38 5.297</td>
    <td width="90" align="left">$9 501.42</td>
    <td width="70" align="left">&n bsp;</td>

    </tr>
    <tr class="submenu"
    id="sm_row2_42_ 3"><td>&nbsp ;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>





    </table>
    </form>
    </body>
    </html>
  • Andrew Thompson

    #2
    Re: Please help. netscape issues with show/hide tables..

    On 1 Oct 2004 12:52:56 -0700, Zambien wrote:
    [color=blue]
    > Here is the html...[/color]

    All 1600 broken lines of it.

    In future, please provide a link, but before you do..

    a) Validate your HTML, this is lacking the 'type' attribute..
    <SCRIPT LANGUAGE="JavaS cript">, whereas this is potentially worse
    <script language="javas cript1.1" src="js/source_popup.js "></script>

    b) TRIM IT! Sheeesh.. You have four groups with 24
    options, surely this problem manifests with 2 groups
    of just 4 options. Much less code to look through, or
    download.

    c) Even if you were posting a short example direct to
    the group, watch your line length, most news-clients
    wrap lines at 72 chars, and while this sometimes does
    not cause any problems, it often does.

    Check here for tips on preparing examples for others to see.
    <http://www.physci.org/codes/sscce.jsp>, and here..
    <http://www.spartanicus .utvinternet.ie/help_us_help_yo u.htm>
    (The first is more geared to Java, the second to HTML/CSS,
    but both have tips that apply here..)

    --
    Andrew Thompson
    http://www.PhySci.org/codes/ Web & IT Help
    http://www.PhySci.org/ Open-source software suite
    http://www.1point1C.org/ Science & Technology
    http://www.lensescapes.com/ Images that escape the mundane

    Comment

    • kaeli

      #3
      Re: Please help. netscape issues with show/hide tables..

      In article <633fb71.041001 1152.120369b3@p osting.google.c om>, zambien1977
      @yahoo.com enlightened us with...[color=blue]
      > Hi all,
      >
      > Here's my problem. I have tables that are using the menu/submenu idea
      > for hiding rows. This works fine in IE (of course) and does show/hide
      > correctly in netscape, but as soon as the shown method is called, the
      > table gets skewed and the presentation of the data on the page goes
      > horribly wrong. I don't think this is a table issue as I have spent
      > alot of time staring at this code. Here is the html...
      >[/color]

      Oh, dear.
      What version of Netscape? 4 and 7 are VASTLY different.
      Have you tested in Firefox?
      [color=blue]
      >
      > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">[/color]

      No URL for doctype throws browsers into quirks mode. This is usually not
      desirable.
      [color=blue]
      >
      > <html>
      > <head>
      >
      > <title>Investme nt Transfer</title>
      > <META HTTP-EQUIV="Expires" CONTENT="Mon, 03 Mar 1997 01:00:00 GMT">
      > <META HTTP-EQUIV="pragma" CONTENT="no-cache">
      > <script language="javas cript1.1">[/color]

      The language attribute is deprecated. Use type.
      type="text/javascript"
      [color=blue]
      >
      > </script>
      > <script language="javas cript1.1" src="js/ua.js"></script>
      > <script language="javas cript1.1" src="js/styleLF.js"></script>
      > <script language="javas cript1.1" src="js/source_popup.js "></script>
      > <script language="javas cript1.1" src="js/prod_popup.js"> </script>[/color]

      If your script needs any of these, it'll be pretty hard for us to test it
      without it.

      That said, trim this script down to a fully testable, SMALLER version that
      demonstrates your problem so we can copy it and test it locally.
      Trimming it down to the smallest thing needed to demonstrate the problem also
      often finds the problem for you. Just make a small table and copy in the
      javascript that shows and hides things. Leave off everything else.

      1500 lines of code with a bunch of line breaks and functions that aren't
      relevant to the problem is a bit hard for us to read, much less help you
      debug.


      --
      --
      ~kaeli~
      Murphy's Law #3020: Quality assurance doesn't.



      Comment

      • Adam McNeely

        #4
        Re: Please help. netscape issues with show/hide tables..

        Sorry about that folks! Here's the cut down html, with the changes you
        recommended. Thanks for the help so far.

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

        <title>Investme nt Transfer</title>
        <META HTTP-EQUIV="Expires" CONTENT="Mon, 03 Mar 1997 01:00:00 GMT">
        <META HTTP-EQUIV="pragma" CONTENT="no-cache">


        <SCRIPT LANGUAGE="JavaS cript1.1">

        function expandMenu(prod code) {


        var closed = new Image();
        var opened = new Image();

        closed.src = "images/select_button.g if";
        opened.src = "images/select_disabled _button.gif";




        if(prodcode == "9P") {
        document.getEle mentById("menu_ row1_9P").src = opened.src;


        document.getEle mentById("sm_ro w1_9P_0").style .display = "block";
        document.getEle mentById("sm_ro w2_9P_0").style .display = "block";
        // ensure radio button is not checked
        document.getEle mentById("sm_ra dio_9P_0").chec ked = "";



        }
        else {
        document.getEle mentById("menu_ row1_9P").src = closed.src;



        document.getEle mentById("sm_ro w1_9P_0").style .display = "none";
        document.getEle mentById("sm_ro w2_9P_0").style .display = "none";



        }





        if(prodcode == "P9") {
        document.getEle mentById("menu_ row1_P9").src = opened.src;


        document.getEle mentById("sm_ro w1_P9_0").style .display = "block";
        document.getEle mentById("sm_ro w2_P9_0").style .display = "block";
        // ensure radio button is not checked
        document.getEle mentById("sm_ra dio_P9_0").chec ked = "";



        }
        else {
        document.getEle mentById("menu_ row1_P9").src = closed.src;



        document.getEle mentById("sm_ro w1_P9_0").style .display = "none";
        document.getEle mentById("sm_ro w2_P9_0").style .display = "none";



        }





        if(prodcode == "G1") {
        document.getEle mentById("menu_ row1_G1").src = opened.src;


        document.getEle mentById("sm_ro w1_G1_0").style .display = "block";
        document.getEle mentById("sm_ro w2_G1_0").style .display = "block";
        // ensure radio button is not checked
        document.getEle mentById("sm_ra dio_G1_0").chec ked = "";



        }
        else {
        document.getEle mentById("menu_ row1_G1").src = closed.src;



        document.getEle mentById("sm_ro w1_G1_0").style .display = "none";
        document.getEle mentById("sm_ro w2_G1_0").style .display = "none";



        }

        }

        function hideAllSubMenus () {

        var closed = new Image();
        var opened = new Image();

        closed.src = "images/select_button.g if";
        opened.src = "images/select_disabled _button.gif";




        document.getEle mentById("menu_ row1_9P").src = closed.src;


        document.getEle mentById("sm_ro w1_9P_0").style .display = "none";
        document.getEle mentById("sm_ro w2_9P_0").style .display = "none";







        document.getEle mentById("menu_ row1_P9").src = closed.src;


        document.getEle mentById("sm_ro w1_P9_0").style .display = "none";
        document.getEle mentById("sm_ro w2_P9_0").style .display = "none";







        document.getEle mentById("menu_ row1_G1").src = closed.src;


        document.getEle mentById("sm_ro w1_G1_0").style .display = "none";
        document.getEle mentById("sm_ro w2_G1_0").style .display = "none";







        document.getEle mentById("menu_ row1_9L").src = closed.src;


        document.getEle mentById("sm_ro w1_9L_0").style .display = "none";
        document.getEle mentById("sm_ro w2_9L_0").style .display = "none";







        document.getEle mentById("menu_ row1_4U").src = closed.src;


        document.getEle mentById("sm_ro w1_4U_0").style .display = "none";
        document.getEle mentById("sm_ro w2_4U_0").style .display = "none";
        }

        function doOnLoad() {
        //initArray();
        hideAllSubMenus ();
        clearOtherFrame s();
        }

        // End -->
        </script>
        </head>

        <body onload="setFrmH eight();doOnLoa d()">
        <form name="FundToFun dTransferForm" method="post" target="frame2"
        action="fundToF und2.do">

        <input type="hidden" name="src_code" value="">
        <input type="hidden" name="prd_code" value="">
        <input type="hidden" name="src_name" value="">
        <input type="hidden" name="prd_name" value="">

        <table border="0" cellspacing="0" cellpadding="0" >
        <!--width="625"-->





        <tr>
        <td id="button_loca tion9P" colspan="7"><IM G SRC="images/spacer.gif"
        HEIGHT=5 BORDER=0 ALT=""></td>
        </tr>
        <tr class="menu1">
        <td align="left" colspan="2">&nb sp;</td>
        <td width="80" align="left" valign="bottom" ><img id="menu_row1_9 P"
        src="images/select_button.g if" onClick="handle SelectButton('9 P',
        'button_locatio n9P')" border="0" /></td>
        <td width="250" align="left"> <STRONG><a
        href="javascrip t:prodPopUp('9P ')">T II S&P 500 LARGE STOCK
        </a></STRONG></td>
        <td width="80" align="left"><S TRONG>0.0</STRONG></td>

        <td width="90" align="left"><S TRONG>$0.0</STRONG></td>
        <td width="70" align="left"><S TRONG>0.0%</STRONG></td>
        </tr>
        <tr>
        <td colspan="7"><IM G SRC="images/spacer.gif" WIDTH=400 HEIGHT=5
        ORDER=0 ALT=""></td>
        </tr>




        <tr class="submenu" id="sm_row1_9P_ 0">
        <td align="left" colspan="3">&nb sp;</td><td width="250"
        align="left" valign="bottom" >





        <input type="radio" name="nothing" value="*"
        onclick="handle FromRadioButton ('9P', '*','T II S&P 500 LARGE STOCK
        ','ALL SOURCES ')" id="sm_radio_9P _0">





        <STRONG>&nbsp ;
        ALL SOURCES

        </STRONG></td>
        <td width="80" align="left">97 .6682</td>
        <td width="90" align="left">$2 753.17</td>
        <td width="70" align="left">&n bsp;</td>
        </tr>
        <tr class="submenu"
        id="sm_row2_9P_ 0"><td>&nbsp ;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp
        ;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>

        <tr>
        <td id="button_loca tionP9" colspan="7"><IM G SRC="images/spacer.gif"
        HEIGHT=5 BORDER=0 ALT=""></td>
        </tr>
        <tr class="menu1">
        <td align="left" colspan="2">&nb sp;</td>
        <td width="80" align="left" valign="bottom" ><img id="menu_row1_P 9"
        src="images/select_button.g if" onClick="handle SelectButton('P 9',
        'button_locatio nP9')" border="0" /></td>
        <td width="250" align="left"> <STRONG><a
        href="javascrip t:prodPopUp('P9 ')">T III SIP SMALLER STOCK
        </a></STRONG></td>
        <td width="80" align="left"><S TRONG>0.0</STRONG></td>

        <td width="90" align="left"><S TRONG>$0.0</STRONG></td>
        <td width="70" align="left"><S TRONG>0.0%</STRONG></td>
        </tr>
        <tr>
        <td colspan="7"><IM G SRC="images/spacer.gif" WIDTH=400 HEIGHT=5
        ORDER=0 ALT=""></td>
        </tr>




        <tr class="submenu" id="sm_row1_P9_ 0">
        <td align="left" colspan="3">&nb sp;</td><td width="250"
        align="left" valign="bottom" >





        <input type="radio" name="nothing" value="*"
        onclick="handle FromRadioButton ('P9', '*','T III SIP SMALLER STOCK
        ','ALL SOURCES ')" id="sm_radio_P9 _0">





        <STRONG>&nbsp ;
        ALL SOURCES

        </STRONG></td>
        <td width="80" align="left">38 .0399</td>
        <td width="90" align="left">$2 169.87</td>
        <td width="70" align="left">&n bsp;</td>
        </tr>
        <tr class="submenu"
        id="sm_row2_P9_ 0"><td>&nbsp ;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp
        ;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>


        </table>
        </form>
        </body>
        </html>

        *** Sent via Developersdex http://www.developersdex.com ***
        Don't just participate in USENET...get rewarded for it!

        Comment

        • Robert

          #5
          Re: Please help. netscape issues with show/hide tables..

          In article <415dd811$0$260 88$c397aba@news .newsgroups.ws> ,
          Adam McNeely <zambien1977@ya hoo.com> wrote:
          [color=blue]
          > Sorry about that folks! Here's the cut down html, with the changes you
          > recommended. Thanks for the help so far.[/color]


          Got an error message the function setFrmHeight() was missing. I added a
          dummy one.

          Got error message
          Error: document.getEle mentById("menu_ row1_G1") has no properties
          Source File: file:///Users/mac/Desktop/Try/test.html
          Line: 141

          Robert

          Comment

          • Dr John Stockton

            #6
            Please help. netscape issues with show/hide tables..

            JRS: In article <633fb71.041001 1152.120369b3@p osting.google.c om>, dated
            Fri, 1 Oct 2004 12:52:56, seen in news:comp.lang. javascript, Zambien
            <zambien1977@ya hoo.com> posted :[color=blue]
            >
            > Here is the html...[/color]

            If you want your code to be readily copied and tested, you MUST arrange
            that no line is long enough for your sending software to break it,
            either by narrowing your code or by widening the margin.

            If you want your code to be widely read, you MUST, in addition to the
            above, make your code lines no longer than about 76 characters, after
            tab expansion.

            You SHOULD NOT indent code in News by a tab per level, let alone 2,
            since most of us are accustomed to two or three spaces per level, and
            tabs expanded to 8 spaces. Some readers will not know how to set tabs
            while reading, or be unable to; most will not want to bother.

            It appears that some of your lines are indented with tabs, and some with
            spaces.

            Note that while Google may be [equal] best as a Web service for News, it
            cannot be as good as well-written news software running, independent of
            the Web, on one's own machine.

            Your article is also far too long.

            --
            © John Stockton, Surrey, UK. ?@merlyn.demon. co.uk Turnpike v4.00 IE 4 ©
            <URL:http://www.jibbering.c om/faq/> JL/RC: FAQ of news:comp.lang. javascript
            <URL:http://www.merlyn.demo n.co.uk/js-index.htm> jscr maths, dates, sources.
            <URL:http://www.merlyn.demo n.co.uk/> TP/BP/Delphi/jscr/&c, FAQ items, links.

            Comment

            Working...