日期:2014-05-17  浏览次数:20904 次

谁能把我这段变成动态下拉菜单的代码
<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 "     />
  &nbs