www.gusucode.com > 枫的记忆个人主页程序源码程序 > downcode.com\fengdejiyizh\main2.asp

    <!--#include file="conn.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title></title>
<SCRIPT language=JavaScript src="rightclick.js"></SCRIPT>
<script language="JavaScript" src="inc_script.js"></script>
<style type="text/css">
<!--
A{text-transform: none; text-decoration: none; color: #000000;}
A:hover {color: #ff0000;text-decoration:derline}
body,table {font-size:9pt;font-family: Verdana, 宋体;color: #000000}
-->
</style>
</head>

<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onselectstart='return false' ondrag='return false' oncontextmenu='return false'>
<SCRIPT language=JavaScript>
<!--
function high(which2){
theobject=which2
highlighting=setInterval("highlightit(theobject)",100)}
function low(which2){clearInterval(highlighting)
which2.filters.alpha.opacity=15}
function highlightit(cur2){
if (cur2.filters.alpha.opacity<200)
cur2.filters.alpha.opacity+=20
else if (window.highlighting)
clearInterval(highlighting)}
//--></SCRIPT>
<br>
<table width="100%"  border="0" cellspacing="3" cellpadding="2">
  <tr>
    <td><img src="img/word_1.gif"></td>
  </tr>
  <tr>
    <td>
	<table  border="0" cellpadding="5" cellspacing="5">
      <tr>
<% 
	set rs=server.CreateObject("adodb.recordset")
	sql="select * from word where word_type='web' and status='0' order by id desc"
	rs.open sql,conn,1,3
	if rs.eof and rs.bof then
		response.write ("<td>正在整理中</td>")
	else
	i=1
	do while not rs.eof	
%>
	<td><table  border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td colspan="3"><img src="img/pic_cr_1.gif" width="34" height="2"></td>
        </tr>
      <tr>
        <td><img src="img/pic_cr_3.gif" width="2" height="30"></td>
        <td><a href="javascript:thing('word_show.asp?id=<%=rs("id")%>','','scrollbars=yes,resizable=no,width=620,height=600')" title="<%=rs("word_name")%>"><img src="admin/<%=rs("word_pic")%>" width="30" height="30" border="0" onmouseout=low(this) onmouseover=high(this) style="FILTER: alpha(opacity=30)"></a></td>
        <td><img src="img/pic_cr_4.gif" width="2" height="30"></td>
      </tr>
      <tr>
        <td colspan="3"><img src="img/pic_cr_2.gif" width="34" height="2"></td>
        </tr>
    </table>
	</td>
    <%
	if i mod web_no=0 then response.write"</tr>"
	i=i+1
	rs.movenext
	loop
	end if
	rs.close
	set rs=nothing
%>
      </tr>
    </table>
	   </td>
  </tr>
  <tr>
    <td><img src="img/word_2.gif" width="65" height="17"></td>
  </tr>
  <tr>
    <td>
	<table  border="0" cellpadding="5" cellspacing="5">
      <tr>
<% 
	set rs=server.CreateObject("adodb.recordset")
	sql="select * from word where word_type='flash' and status='0' order by id desc"
	rs.open sql,conn,1,3
	if rs.eof and rs.bof then
		response.write ("<td>正在整理中</td>")
	else
	i=1
	do while not rs.eof	
%>
	<td>
	<table  border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td colspan="3"><img src="img/pic_cr_1.gif" width="34" height="2"></td>
        </tr>
      <tr>
        <td><img src="img/pic_cr_3.gif" width="2" height="30"></td>
        <td><a href="javascript:thing('word_show.asp?id=<%=rs("id")%>','','scrollbars=yes,resizable=no,width=620,height=600')" title="<%=rs("word_name")%>"><img src="admin/<%=rs("word_pic")%>" width="30" height="30" border="0" onmouseout=low(this) onmouseover=high(this) style="FILTER: alpha(opacity=30)"></a></td>
        <td><img src="img/pic_cr_4.gif" width="2" height="30"></td>
      </tr>
      <tr>
        <td colspan="3"><img src="img/pic_cr_2.gif" width="34" height="2"></td>
        </tr>
    </table>
	</td>
<%
	if i mod web_no=0 then response.write"</tr>"
	i=i+1
	rs.movenext
	loop
	end if
	rs.close
	set rs=nothing
%>
      </tr>
    </table>
	</td>
  </tr>
  <tr>
    <td><img src="img/word_3.gif" width="65" height="17"></td>
  </tr>
  <tr>
    <td>
	<table  border="0" cellpadding="5" cellspacing="5">
      <tr>
<% 
	set rs=server.CreateObject("adodb.recordset")
	sql="select * from word where word_type='photoshop' and status='0' order by id desc"
	rs.open sql,conn,1,3
	if rs.eof and rs.bof then
		response.write ("<td>正在整理中</td>")
	else
	i=1
	do while not rs.eof	
%>
	<td>
	<table  border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td colspan="3"><img src="img/pic_cr_1.gif" width="34" height="2"></td>
        </tr>
      <tr>
        <td><img src="img/pic_cr_3.gif" width="2" height="30"></td>
        <td><a href="javascript:thing('word_show.asp?id=<%=rs("id")%>','','scrollbars=yes,resizable=no,width=620,height=600')" title="<%=rs("word_name")%>"><img src="admin/<%=rs("word_pic")%>" width="30" height="30" border="0" onmouseout=low(this) onmouseover=high(this) style="FILTER: alpha(opacity=30)"></a></td>
        <td><img src="img/pic_cr_4.gif" width="2" height="30"></td>
      </tr>
      <tr>
        <td colspan="3"><img src="img/pic_cr_2.gif" width="34" height="2"></td>
        </tr>
    </table>
	</td>
<%
	if i mod web_no=0 then response.write"</tr>"
	i=i+1
	rs.movenext
	loop
	end if
	rs.close
	set rs=nothing
%>
      </tr>
    </table>
	</td>
  </tr>
</table>
</body>
</html>