zohab Posted December 11, 2009 Share Posted December 11, 2009 Hi, Can we make drop down editable like textfield Is it possible? <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <body> <form action="" method="post" name="frm"><table width="100%" border="1" cellspacing="0" cellpadding="0"> <tr> <td>Drop Down </td> <td><label> <select name="select"> <option value="1">One</option> <option value="2">Two</option> <option value="3">Three</option> </select> </label></td> </tr> </table></form> </body> </html> Quote Link to comment Share on other sites More sharing options...
premiso Posted December 11, 2009 Share Posted December 11, 2009 I think you are looking for a Combo Box. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.