📄 jscode.asp
字号:
<!--#include file="inc/config.asp"-->
<!--#include file="mdb.asp"-->
<!--#include file="inc/error.asp"-->
<!--#include file="inc/FORMAT.ASP" -->
<%
dim founderr,errmsg
founderr=false
errmsg=""
if request.querystring("js_id")="" then
founderr=true
errmsg=errmsg+"<br>"+"<li>你必须指定操作的对象!"
else
dim jsid
if not isInteger(request.querystring("js_id")) then
founderr=true
errmsg=errmsg+"<br>"+"<li>非法的id参数。"
else
jsid=cint(request.querystring("js_id"))
end if
end if
if founderr then
call diserror()
else
sql="select * from SCRIPT_body where id="&jsid
set rs=conn.execute(sql)
dim jsurl,jspic
'jsurl=rs("js_url")
'jspic=rs("js_pic")
title=rs("title")
jsname=rs("title")
jsdate=rs("time")
jsdesc=rs("text")
click=rs("click")
sql="UPDATE SCRIPT_body SET click = click + 1 where id="&jsid
conn.execute(sql)
rs.close
set rs=nothing
%>
<html>
<head>
<title><%=title%>-http://www.87q.comwww.vqqq.com网页制作,设计,数据库,源码下载,黑客程序,系统资源,网页特效, 粗口舞曲, 中文舞曲, 街舞录象,MTV, 音乐, FLASH, 教程, 舞曲, 交友,社区,聊天,照片,酷站,连接,留言,统计,日记,文章,开发工具,免费,软件,合作,黑客,代码,ASP,PHP,主机,交流,免费留言本,免费日记,免费投票,免费下载,免费查询,IP查询,手机查询,身份证查询,网吧,电影,DJ,传奇世界外挂,传奇世界挂机外挂,传奇世界私服</title>
<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','','copy.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>
<BODY leftMargin=0 topMargin=0 MARGINHEIGHT="0" MARGINWIDTH="0" scroll=no>
<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 align="center">
<%=title%> 8c7.com点击:<%=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">
<%= jsdesc%>
</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>
<%end if%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -