<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%> <% option explicit dim conn,db,rs,sql dim aa,uid uid=Request("id") aa=1 db="/newgzl/mdb/login.mdb" Set conn = Server.CreateObject("ADODB.Connection") conn.open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath(db) sql="select * from gonggao where id='&uid'" Set rs = Server.CreateObject("ADODB.RecordSet") rs.Open sql,conn,1,1 %> <style type="text/css"> <!-- body { margin-left: 0px; margin-top: 0px; } --> </style><title><%=rs("zhuti")%></title> <table width="780" border="0" cellpadding="0" cellspacing="0"> <tr> <td><img src="../img/logo2.gif" width="780" height="50"></td> </tr> </table> <table width="780" border="0" cellpadding="0" cellspacing="0"> <tr> <td><form name="form1" method="post" action=""> <table width="100%" border="0" cellpadding="0" cellspacing="0" > <tr> <td width="26%" nowrap> </td> <td width="45%" nowrap><div align="center"> <h2><%=rs("zhuti")%></h2> </div></td> <td width="29%" nowrap> </td> </tr> <tr> <td nowrap> </td> <td nowrap><div align="center"></div></td> <td nowrap> </td> </tr> <tr> <td nowrap> </td> <td nowrap> </td> <td nowrap> </td> </tr> <tr> <td nowrap> </td> <td nowrap> </td> <td nowrap> </td> </tr> </table> </form></td> </tr> </table>
怎么又提示我至少有一个参数未被指定....出错行是红字的行.... 帮我看看好么??谢谢!!!