<div style="position:absolute;">
<select name="sel_jbr" style="position:absolute;top:-8px; width: 80px; height: 20px; clip:rect(0 180 110 60) "
onChange='jbr.value=this.options[this.selectedIndex].value'>
<%
str_sql="select * from @@@ "
MyDr=MyData.MyDataRead(myconn,str_sql)
while MyDr.read()
myselected=""
if MyDr.item("mc")=jbr0 then myselected="selected"
%>
<option value=<%=MyDr.item("mc")%> <%=myselected%> ><%=MyDr.item("mc")%></option>
<%
end while
MyConn.Close()
%>
</select>
<input name="jbr" type="text" value="<%=jbr0%>"
style="position:absolute;top:-8px; width: 79px; height:21px">
</div>
<select name="sel_jbr" style="position:absolute;top:-8px; width: 80px; height: 20px; clip:rect(0 180 110 60) "
onChange='jbr.value=this.options[this.selectedIndex].value'>
<%
str_sql="select * from @@@ "
MyDr=MyData.MyDataRead(myconn,str_sql)
while MyDr.read()
myselected=""
if MyDr.item("mc")=jbr0 then myselected="selected"
%>
<option value=<%=MyDr.item("mc")%> <%=myselected%> ><%=MyDr.item("mc")%></option>
<%
end while
MyConn.Close()
%>
</select>
<input name="jbr" type="text" value="<%=jbr0%>"
style="position:absolute;top:-8px; width: 79px; height:21px">
</div>