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

📄 showjspath.asp

📁 后台目录:qwbAdmin/Login.asp 登陆用户名:admin 登陆密码:admin
💻 ASP
字号:
<% Option Explicit %>
<!--#include file="../../FS_Inc/Const.asp" -->
<!--#include file="../../FS_Inc/Function.asp" -->
<%'Copyright (c) 2006 Foosun Inc. Code by awen
Function getCodePath(selectedJS)
	Dim Path
	Path = "/Vote/VoteJs.asp?TID="&selectedJS&"&InfoID=Vote_HTML_ID_"&selectedJS&"&PicW=60"
	getCodePath=getCodePath & "<script src='"&path&"' language=""javascript""></script>"&vbNewLine
	getCodePath=getCodePath & "<span id=""Vote_HTML_ID_"&selectedJS&""">正在加载...</span>"
End function
%>
<HTML>
<HEAD>
<TITLE>CMS4.0</TITLE>
<link href="../images/skin/Css_<%=Session("Admin_Style_Num")%>/<%=Session("Admin_Style_Num")%>.css" rel="stylesheet" type="text/css">
</HEAD>
<BODY>
<table width="75%" border="0" align="center" cellpadding="0" cellspacing="1">
  <tr> 
    <td colspan="2">该JS调用代码为:</td>
  </tr>
  <tr> 
    <td colspan="2"> 
	<div align="center"> 
        <textarea name="textfield" style="width:90%;height:140" id="codepath"><%=getCodePath(Trim(NoSqlHack(request.queryString("jsid"))))%></textarea>
      </div></td>
  </tr>
  <tr> 
    <td> <div align="center"> 
        <input type="button" name="Submit" value=" 关 闭 " onClick="window.close();">
      </div></td>
	  <td> <div align="center"> 
        <input type="button" name="copy" value=" 复 制 " onClick="copyToClipBoard();">
      </div></td>
  </tr>
  <tr> 
    <td height="10" colspan="2">&nbsp;</td>
  </tr>
</table>
</BODY>
<script  language="JavaScript">  
<!--  
function copyToClipBoard()
{
	var clipBoardContent=document.getElementById("codepath").value
	window.clipboardData.setData("Text",clipBoardContent);
	alert("复制成功\n<%=G_COPYRIGHT%>");
}

//-->  
</script>  
</HTML>
<!-- Powered by: FoosunCMS4.0系列,Company:Foosun Inc. -->

⌨️ 快捷键说明

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