<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>可以输入的下拉框更新版</title>
</head>
<body>
可以输入的下拉框更新版
<div style="position:relative; margin:0; padding:0;"><input name="box" id="box" style="width:180px;position:absolute;left:0px; height:16px;" type="text" >
<span style="margin-left:180px;width:20px;overflow:hidden;height:16px;">
<select style="width:202px;margin-left:-180px" onchange="document.getElementById('box').value=this.value">
<option value="www.jz112.com">亦佳网</option>
<option value="oogood.net">淘淘淘宝贝</option>
<option value="idc.jz112.com">亦佳网络</option>
</select></span>
</div>
</body>
</html>