[PHP] hide a select tag

2002-07-08 Thread Anil Garg

Hi,

sorry for going a lil out of way of php.
can i hide a drop down menu.(as i always want to pass the default value
selected in the drop down.

thanx and regards
anil


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] hide a select tag

2002-07-08 Thread Martin Clifford

Just create a hidden form field with the value you want to pass.

input type=hidden name=name value=value to pass /

HTH

Martin

 Anil Garg [EMAIL PROTECTED] 07/08/02 01:35PM 
Hi,

sorry for going a lil out of way of php.
can i hide a drop down menu.(as i always want to pass the default value
selected in the drop down.

thanx and regards
anil


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php 



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php