哪位高手能把小弟我这段变成动态下拉菜单的代码

谁能把我这段变成动态下拉菜单的代码tablewidth 100% height 54 border 0 cellpadding 0 cel

谁能把我这段变成动态下拉菜单的代码
<table   width= "100% "   height= "54 "   border= "0 "   cellpadding= "0 "   cellspacing= "1 "     bgcolor= "#F2F2F2 ">
                            <tr   bgcolor= "#FFFFFF ">
                                <td   width= "46% "   height= "25 "   align= "center "   bgcolor= "#0066FF "> <span   class= "STYLE1 "> Name </span> </td>
                                <td   width= "18% "   align= "center "   bgcolor= "#0066FF "> <span   class= "STYLE1 "> Days </span> </td>
                                <td   width= "12% "   align= "center "   bgcolor= "#0066FF "> <span   class= "STYLE1 "> Price </span> </td>
                                <td   width= "24% "   align= "center "   bgcolor= "#0066FF ">   <span   class= "STYLE1 "> Buy   </span> </td>
                            </tr>  
   
<%
Set   Rsg=Conn.ExeCute( "SELECT   id,bdj,days,price,edj,title,content   FROM   [W_plg2]     where   uuid= "&rs(0))
do   while   not   rsg.eof
%>  
        <form     action= "buypl2.asp?id= <%=request( "id ")%> "   name= "form2 <%=rsg(0)%> "   method= "post "   >
<input   type= "hidden "   name= "title "   value= " <%=title%> / <%=rs(1)%> / <%=rsg(5)%> "   />
                            <tr   bgcolor= "#0066FF ">
                                <td   align= "center "> <span   class= "STYLE4 "> <a   href= "# "   title= " <%=rsg(6)%> "> <font   color= "#ffffff "   class= "STYLE1 "   size= "2 "> <%if   not   rs.eof   then%> <%i=i+1%> <select> <option> <%=rsg(5)%> </option> </select> </font> </a>
                                <input   type= "hidden "   value= " <%=rsg(1)%> "   name= "bdj "     />
                                <input   type= "hidden "     value= " <%=rsg(4)%> "     name= "edj "     />
                                </span> </td>


                                <td   align= "center "> <span   style= "color:   #000000 ">
                                <input   type= "text "   class= "noput "   value= " <%=rsg(2)%> "     name= "dtime "     readonly= "true "     style= "width:25px;   text-align:center "/>
                                <span   class= "STYLE1 "> days </span> </span> </td>
                                <td   align= "center "> <span   class= "STYLE4 "> <span   class= "STYLE1 "> $ </span>
                                <input   type= "text "   class= "noput "   value= " <%=rsg(3)%> "     name= "price "     readonly= "true "     style= "width:50px;   text-align:center "/>
                                </span> </td>
                                <td   align= "center "> <input   type= "image "   src= "images/lnkaddtocart.png "     /> </td>
                            </tr> </form>
<%
rsg.movenext
loop
rsg.close
set   rsg=nothing
rs.movenext
loop
rs.close
set   rs=nothing%>
</table>

[解决办法]
你去找个下菜单后,改一下就行了.
[解决办法]
关注一下,那个代码我曾经修改过不放忘了收藏
这次有发的对的话我就收了

在网上也有一些相关内容的介绍你查一下,应该不难的