On Tue, 11 Sep 2001 17:35, Balaji Ankem wrote:
> Hi! friend,
>I had one html form .
>In that i had 5 inputs.
>First input is a select box.
>If the selected item in first input is Mobile then only i want to
> display second and third input boxes. Otherwise i want to hide those
>
Try something like
< script language="JavaScript">
if (inv_name.value=='mobile')
{
inv_imei.style.visibility=visible; .
based on CSS and JS !!!
but this is VERY fast written and may only work on IE, not NS .
(°-Nayco,
//\[EMAIL PROTECTED]
v_/_ h
2 matches
Mail list logo