Re: [PHP] Problem regarding select boxes

2001-09-11 Thread David Robley
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 >

Re: [PHP] Problem regarding select boxes

2001-09-11 Thread nayco
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