473,738 Members | 5,084 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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>
Jul 23 '05 #1
5 2179
On 1 Oct 2004 12:52:56 -0700, Zambien wrote:
Here is the html...


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
Jul 23 '05 #2
In article <63************ *************@p osting.google.c om>, zambien1977
@yahoo.com enlightened us with...
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...

Oh, dear.
What version of Netscape? 4 and 7 are VASTLY different.
Have you tested in Firefox?

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
No URL for doctype throws browsers into quirks mode. This is usually not
desirable.

<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">
The language attribute is deprecated. Use type.
type="text/javascript"

</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>


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.
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace

Jul 23 '05 #3
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!
Jul 23 '05 #4
In article <41************ **********@news .newsgroups.ws> ,
Adam McNeely <za*********@ya hoo.com> wrote:
Sorry about that folks! Here's the cut down html, with the changes you
recommended. Thanks for the help so far.

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
Jul 23 '05 #5
JRS: In article <63************ *************@p osting.google.c om>, dated
Fri, 1 Oct 2004 12:52:56, seen in news:comp.lang. javascript, Zambien
<za*********@ya hoo.com> posted :

Here is the html...


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.
Jul 23 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
3095
by: Ingmund Sjåstad | last post by:
Trying to make a dropdown menu. I working nice in IE6 but when I try a link in Netscape 7 nothing happens. Can anybody help me? <html> <head> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>JS</title> </head>
1
1519
by: Eric | last post by:
I'm working with a function which is part of my navigation menu. I'm working with hidden and visible layers and can't seem to determine why this code will not work in netscape...I'm sure it has something to do with the "show" and "hide" wording...any ideas? function MM_showHideLayers() { var i,p,v,obj,args=MM_showHideLayers.arguments; for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args))!=null) { v=args;
2
1808
by: Key Bohn | last post by:
var NN4 = document.layers? true : false; //Netscape Navigator 4.x. var IE4 = document.all? true : false; // IE version 4 and above. var agent = navigator.userAgent.toLowerCase(); function display(flash) { if (IE4) { document.all.style.visibility = "visible"; } if (agent.indexOf("mac") != -1) {
8
2428
by: TravelMan | last post by:
I'm trying to do a show/hide of several elements on a page and can't get it working in Netscape 4.x. All other Windows browsers are working. My elements all have the same class name. <div class="myClassName">stuff</div> I cannot use ID because I don't know how many will appear as they are dynamic recordsets. Netscape seems to work OK with IDs but not CSS classes.
4
1758
by: Brian Horwitz | last post by:
Hi everyone, Does anyone have a link to a good site that describes how to fix table layour issues in Netscape? Right now I have a page (not published) which uses background images in table cells for the background image on the page. In IE it looks fine, but in NS the image goes all over the place and even duplicates in one part. the top part of the image goes on for way too long (as opposed to only 100 pixels which is where it should...
10
1563
by: Brett | last post by:
This code is supposed to work in Netscape 4+ and IE 4+. It works fine in IE but in Netscape 7.2, I get a blank page. Any suggestions? Thanks, Brett <html> <head>
1
9649
by: David Van D | last post by:
Hi there, A few weeks until I begin my journey towards a degree in Computer Science at Canterbury University in New Zealand, Anyway the course tutors are going to be teaching us JAVA wth bluej and I was wondering if anyone here would be able to give me some tips for young players such as myself, for learning the language. Is this the best Newsgroup for support with JAVA?
3
1246
by: Fendi Baba | last post by:
I faced 2 isseues. First, I created three (3) dropdown list on my page. They are populated by an event triggered in the page load command. What's strange is that the frist drop downlist gets populated as expected but the second and third do not get populated at all. I dont think I made any mistake but can anyone verfiy if I made an error somewhere? here is my onload code:
4
1738
by: SirCodesALot | last post by:
Hi All, I am trying to dynamically replace a table in the dom, anyone have an idea on how to do this. here is some sample suedo code of what I want to do. var tableHTML = "<table id=\"table1\"><tr><td>this is table 1</td></ tr></table>"; var tableHTML2 = "<table id=\"table2\"><tr><td>this is table 2</td></
0
8968
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8787
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9334
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9259
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6750
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6053
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
3279
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2744
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2193
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.