<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2963" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=753345423-28112006>Hello,</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=753345423-28112006></SPAN></FONT>&nbsp;</DIV><FONT face=Arial 
color=#0000ff size=2></FONT><FONT face=Arial color=#0000ff size=2></FONT>
<DIV><SPAN class=753345423-28112006><FONT face=Arial color=#0000ff size=2>I need 
to dynamically hide and unhide a selection box based on the value selected in 
the first selection box.&nbsp; So if a&nbsp;user selects "a"&nbsp;&nbsp;in 
selection box, element id2 should be visible else it should remain hidden.&nbsp; 
I can use &nbsp;document.getElementByI("id2").style.visibility="visible" to make 
it visible and document.getElementById("ed1").style.visibility="hidden"; to make 
it disappear.&nbsp;&nbsp;&nbsp; The problem when element id2 disappears, 
it&nbsp;still keeps space there and it makes the form look bad. &nbsp; Is there 
a way to dynamically remove the space it occupies?</FONT></SPAN></DIV>
<DIV><SPAN class=753345423-28112006><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=753345423-28112006><FONT face=Arial color=#0000ff 
size=2>.......</FONT></SPAN></DIV>
<DIV><SPAN class=753345423-28112006><FONT face=Arial color=#0000ff size=2>&lt;tr 
id="id1"&gt;</FONT></SPAN></DIV>
<DIV><SPAN class=753345423-28112006><FONT face=Arial color=#0000ff 
size=2>&nbsp;&nbsp; &lt;td&gt;</FONT></SPAN></DIV>
<DIV><SPAN class=753345423-28112006><FONT face=Arial color=#0000ff 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&lt;select name="first" 
onchange="check(this)"&gt;</FONT></SPAN></DIV>
<DIV><SPAN class=753345423-28112006><FONT face=Arial color=#0000ff 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;option&gt;a&lt;/option&gt;</FONT></SPAN></DIV>
<DIV><SPAN class=753345423-28112006><FONT face=Arial color=#0000ff 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;option&gt;b&lt;/option&gt;</FONT></SPAN></DIV>
<DIV><SPAN class=753345423-28112006><FONT face=Arial color=#0000ff 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;/select&gt;&nbsp;&nbsp;&nbsp;</FONT></SPAN></DIV>
<DIV><SPAN class=753345423-28112006></SPAN><SPAN class=753345423-28112006><FONT 
face=Arial color=#0000ff size=2>&nbsp;&nbsp; &lt;td&gt;</FONT></SPAN></DIV>
<DIV><SPAN class=753345423-28112006><FONT face=Arial color=#0000ff 
size=2>&lt;/tr&gt;</FONT></SPAN></DIV>
<DIV><SPAN class=753345423-28112006><FONT face=Arial color=#0000ff size=2>&lt;tr 
id ="id2" style="visibility:hidden";&gt;</FONT></SPAN></DIV>
<DIV><SPAN class=753345423-28112006><FONT face=Arial color=#0000ff 
size=2>&nbsp;&lt;td&gt;</FONT></SPAN></DIV>
<DIV><SPAN class=753345423-28112006><FONT face=Arial color=#0000ff 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;select name="second"&gt;
<DIV><SPAN class=753345423-28112006><FONT face=Arial color=#0000ff 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;option&gt;c&lt;/option&gt;</FONT></SPAN></DIV>
<DIV><SPAN class=753345423-28112006><FONT face=Arial color=#0000ff 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;option&gt;d&lt;/option&gt;</FONT></SPAN></DIV>
<DIV><SPAN class=753345423-28112006><FONT face=Arial color=#0000ff 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;/select&gt;&nbsp;&nbsp;&nbsp;</FONT></SPAN></DIV></FONT></SPAN></DIV>
<DIV><SPAN class=753345423-28112006><FONT face=Arial color=#0000ff 
size=2>&nbsp;&lt;td&gt;</FONT></SPAN></DIV>
<DIV><SPAN class=753345423-28112006><FONT face=Arial color=#0000ff 
size=2>&lt;/tr&gt;</FONT></SPAN></DIV>
<DIV><SPAN class=753345423-28112006><FONT face=Arial color=#0000ff 
size=2>..............</FONT></SPAN></DIV>
<DIV><SPAN class=753345423-28112006><FONT face=Arial color=#0000ff size=2>rest 
of the form....</FONT></SPAN></DIV>
<DIV><SPAN class=753345423-28112006><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=753345423-28112006><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=753345423-28112006><FONT face=Arial color=#0000ff size=2>Thanks 
a lot,</FONT></SPAN></DIV>
<DIV><SPAN class=753345423-28112006><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=753345423-28112006><FONT face=Arial color=#0000ff 
size=2>Roland</FONT></SPAN></DIV></BODY></HTML>