ShowJsPath.asp
上传用户:jisenq
上传日期:2014-06-29
资源大小:7216k
文件大小:2k
源码类别:

数据库编程

开发平台:

ASP/ASPX

  1. <% Option Explicit %>
  2. <!--#include file="../../FS_Inc/Const.asp" -->
  3. <!--#include file="../../FS_Inc/Function.asp" -->
  4. <%'Copyright (c) 2006 Foosun Inc. Code by awen
  5. Function getCodePath(selectedJS)
  6. Dim Path
  7. Path = "/Vote/VoteJs.asp?TID="&selectedJS&"&InfoID=Vote_HTML_ID&PicW=60"
  8. getCodePath=getCodePath & "<script src='http://"&request.Cookies("FoosunMFCookies")("FoosunMFDomain") & path&"' language=""javascript""></script>"&vbNewLine
  9. getCodePath=getCodePath & "<span id=""Vote_HTML_ID"">正在加载...</span>"
  10. End function
  11. %>
  12. <HTML>
  13. <HEAD>
  14. <TITLE>CMS4.0</TITLE>
  15. <link href="../images/skin/Css_<%=Session("Admin_Style_Num")%>/<%=Session("Admin_Style_Num")%>.css" rel="stylesheet" type="text/css">
  16. </HEAD>
  17. <BODY>
  18. <table width="75%" border="0" align="center" cellpadding="0" cellspacing="1">
  19.   <tr> 
  20.     <td colspan="2">该JS调用代码为:</td>
  21.   </tr>
  22.   <tr> 
  23.     <td colspan="2"> 
  24. <div align="center"> 
  25.         <textarea name="textfield" style="width:90%;height:140" id="codepath"><%=getCodePath(Trim(NoSqlHack(request.queryString("jsid"))))%></textarea>
  26.       </div></td>
  27.   </tr>
  28.   <tr> 
  29.     <td> <div align="center"> 
  30.         <input type="button" name="Submit" value=" 关 闭 " onClick="window.close();">
  31.       </div></td>
  32.   <td> <div align="center"> 
  33.         <input type="button" name="copy" value=" 复 制 " onClick="copyToClipBoard();">
  34.       </div></td>
  35.   </tr>
  36.   <tr> 
  37.     <td height="10" colspan="2">&nbsp;</td>
  38.   </tr>
  39. </table>
  40. </BODY>
  41. <script  language="JavaScript">  
  42. <!--  
  43. function copyToClipBoard()
  44. {
  45. var clipBoardContent=document.getElementById("codepath").value
  46. window.clipboardData.setData("Text",clipBoardContent);
  47. alert("复制成功n<%=G_COPYRIGHT%>");
  48. }
  49. //-->  
  50. </script>  
  51. </HTML>
  52. <!-- Powered by: FoosunCMS4.0系列,Company:Foosun Inc. -->