޸λã1idλ󣬲鿴̨idţ
          2widthheightԣ밴ӵĹλĿȺ͸߶дɹͼƬʧ档

ǹӴ밸뽫´޸ĺճӦҳλüɣ



<%
sql_b="select url,content,mypath from banner where id=޸ΪӵĹ"
set rs_b=server.CreateObject("ADODB.recordset")
rs_b.open sql_b,conn,1,1
b_url=rs_b("url")
b_path=rs_b("mypath")
b_content=rs_b("content")
%>
					  <table width="43" height="34" border="0" cellpadding="0" cellspacing="0" class="PP">
                        <tr>
                          <td align="center"><a href="<%=b_path%>" target="_blank" title="<%=b_content%>"><img src="banner/<%=b_url%>" width="д" height="д߶" border="0"></a></td>
                        </tr>
                      </table>
<%
b_url=""
b_path=""
b_content=""
rs_b.close
set rs_b=nothing%>




