Jump to content

Editable drop down like textfield possible ?


zohab

Recommended Posts

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>

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.