📄 disp.asp
字号:
<% id=request.QueryString("id") %>
<!--#include FILE="mdb.asp"-->
<%
Set rs= Server.CreateObject("ADODB.Recordset")
sql="select * from script_body where id="&id
rs.open sql,conn,1,1
click=rs("click")+2
click=click-1
conn.execute("Update script_body Set click='" & click & "' Where id="&id)
%>
<html>
<SCRIPT>
function runEx(){
var winEx2 = window.open("", "winEx2",""); winEx2.document.open("text/html", "replace");
winEx2.document.write(unescape(event.srcElement.parentElement.children[0].value));
winEx2.document.close();
}
function saveFile()
{
var win=window.open('','','top=10000,left=10000');
win.document.write(document.all.asdf.innerText)
win.document.execCommand('SaveAs','','byhu.htm')
win.close();
}
</SCRIPT>
<SCRIPT language=JavaScript>
<!--
function MM_goToURL() { //v3.0
var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
function JM_cc(ob){
var obj=MM_findObj(ob); if (obj) {
obj.select();js=obj.createTextRange();js.execCommand("Copy");}
}
function MM_findObj(n, d) { //v4.0
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && document.getElementById) x=document.getElementById(n); return x;
}
//-->
</SCRIPT>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=rs("title")%>—网页特效—www.8mz.comwww.vqqq.com网页制作,设计,数据库,源码下载,黑客程序,系统资源,网页特效, 粗口舞曲, 中文舞曲, 街舞录象,MTV, 音乐, FLASH, 教程, 舞曲, 交友,社区,聊天,照片,酷站,连接,留言,统计,日记,文章,开发工具,免费,软件,合作,黑客,代码,ASP,PHP,主机,交流,免费留言本,免费日记,免费投票,免费下载,免费查询,IP查询,手机查询,身份证查询,网吧,电影,DJ,传奇世界外挂,传奇世界挂机外挂,传奇世界私服</title>
</head>
<body topmargin="0" leftmargin="0">
<TABLE cellSpacing=0 width="100%" border=0 background="images/lgb.gif" height="1" style="border-collapse: collapse" bordercolor="#111111" cellpadding="0">
<TR>
<TD height="1" background="images/rgb.gif" class=mtf>
<p align="center"><%=rs("title")%> 8c7.com点击:<%=rs("click")%> </TD></TR>
<tr>
<TD height=1 width="140" background="images/rsb.gif"><SPACER type="block"
width="1"></spacer>
</TD>
</tr>
<TR>
<TD height="1">
<p align="center">
<FORM action="" method=post name=form1>
<TEXTAREA id=asdf name=textfield rows=25 cols="91">
<%= rs("text") %>
</TEXTAREA>
<BR>
<INPUT name=Button onclick=runEx() type=button value=预览效果 style="background-color: #FFFFFF">
<INPUT name=Button onclick=asdf.select() type=button value=全选代码 style="background-color: #FFFFFF">
<INPUT name=Button onclick="asdf.value=''" type=button value=清空代码 style="background-color: #FFFFFF">
<INPUT name=Button onclick="JM_cc('textfield')" type=button value=复制代码 style="background-color: #FFFFFF">
<INPUT onclick=saveFile(); type=button value=保存代码 style="background-color: #FFFFFF">
<INPUT a href="#" onclick="window.open('index.asp')" type=button value=本站首页 style="background-color: #FFFFFF">
<INPUT onclick="javascript:self.close()" type=button value=关闭窗口 style="background-color: #FFFFFF"></DIV> </TD></TR>
<TR>
<TD width="50%" height="1" background="images/rgb.gif" class=mtf> </TD>
</TR>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -