⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cyshow.asp

📁 汇集了1万种成语
💻 ASP
字号:
<%
Server.ScriptTimeOut=90%>

<!--#include file="cyconn.asp" -->
<% id=request("id") 
   	
  	if request.QueryString("id")="" then
		response.write "您没有选择相关成语,请返回"
		response.end
	end if
	
	set rs=server.createobject("adodb.recordset")
	sql="select * from pic where id="&request.QueryString("id")
 	rs.open sql,conn,1,1
 	if rs.eof and rs.bof then
		response.write "没有相关成语,请返回"
		response.end
	else
        ids=id-1
        idx=id+1
        js=rs("js")
        content=rs("content")
        biaoti=rs("biaoti")
        sg=rs("sg")
        jilu=rs("jilu")
        hits=rs("hits")
        sql="update pic set hits=hits+1 where id=" & id
	conn.execute sql
       end if

%>



<HTML>
<HEAD>
<TITLE>『时空音乐』-<%=baioti%></TITLE>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<META content="Microsoft FrontPage 4.0" name=GENERATOR>
<style type="text/css">
<!--
table,td,body {font-size: 12px;line-height:16px;color:#000000;}
textarea,input,select {font-size: 12px;color:#000000;}
A:link,A:visited,A:active {text-decoration: none; color: 000000;}
A:hover {text-decoration: underline; color: red}
form,hr,p{margin-top:0;margin-bottom:0}
-->
</style>
<STYLE>
BODY {
SCROLLBAR-3DLIGHT-COLOR: #d8d8fc;
 SCROLLBAR-ARROW-COLOR: #480024;
 SCROLLBAR-DARKSHADOW-COLOR: #fcfcfc;
 SCROLLBAR-BASE-COLOR: #fcfcfc
}
body		{background:url(images/top_7kbackground.gif); background-position:top; background-repeat:repeat-x;}
</STYLE>
</HEAD>
<body  bgcolor=#F0FFFF>
<center>

<img src=cycd.gif border=0>
<table width=500 bgcolor=#CCCCCC border=0 cellspacing="1" cellpadding="5">
  <tr bgcolor=#DDDDDD>
    <td colspan=2>
      <table width=100% border=0 cellspacing=0 cellpadding=0>
        <tr>
          <td valign=bottom width=27%>当前位置:  <font color=red>成语资料</font> 该成语被查看:<font color=red><%=hits%></font>次
          <td width=28%>
          <td align=right valign=bottom width=45%>WWW.MTV51.COM</td>
        </tr>
      </table>
    </td>
  </tr>

<tr><td bgcolor=#EEEEEE width=15% align=center>词目</td><td bgcolor=#FFFFFF><font color=red><%=biaoti%></font>

</td></tr>
<tr><td bgcolor=#EEEEEE align=center>发音</td><td bgcolor=#FFFFFF><%=sg%></td></tr>
<tr><td bgcolor=#EEEEEE align=center>释义</td><td bgcolor=#FFFFFF><%=js%></td></tr>
<tr><td bgcolor=#EEEEEE align=center>出处</td><td bgcolor=#FFFFFF><%=content%></td></tr>
<tr><td bgcolor=#EEEEEE align=center>示例</td><td bgcolor=#FFFFFF><%=jilu%></td></tr>
</table>
<table id="search" width=500 cellspacing=1 bgcolor=#cccccc cellpadding=3>
  <form  target=_blank method=POST action=search.asp><tr>
    <td align=center valign=middle bgcolor=#eeeeee height=40>
    <select class="form" size="1" name="select">
      <option value="sg">拼音</option>
      <option value="biaoti" selected>词目</option>
      <option value="js">释义</option>
      <option value="content">出处</option>
    </select>
    查询:<input type=text name=keyword value="<%=biaoti%>" size=12> <input type=submit value=" 确定 ">
  </td>
</tr>
</form>
</table>


<hr width=500 size=1>
<p style=line-height:15pt>
Copyright &copy; 2001-2002 <a href=http://www.mtv51.com target=_blank><font color=red>M</font>tv51.<font color=red>C</font>om</a> All Rights Reserved.
<br><a href=http://www.mtv51.com target=_blank>时空音乐</a> 版权所有</p>
</center>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -