fckeditor_smiley.asp
上传用户:saigedz
上传日期:2019-10-14
资源大小:997k
文件大小:1k
源码类别:

中间件编程

开发平台:

HTML/CSS

  1. <%@ CODEPAGE=65001 %>
  2. <%
  3. '///////////////////////////////////////////////////////////////////////////////
  4. '//              Z-Blog
  5. '// 作    者:    
  6. '// 版权所有:    RainbowSoft Studio
  7. '// 技术支持:    rainbowsoft@163.com
  8. '// 程序名称:    
  9. '// 程序版本:    
  10. '// 单元名称:    
  11. '// 开始时间:    
  12. '// 最后修改:    
  13. '// 备    注:    FCK 表情附加
  14. '///////////////////////////////////////////////////////////////////////////////
  15. %>
  16. <% Option Explicit %>
  17. <% On Error Resume Next %>
  18. <% Response.Charset="UTF-8" %>
  19. <% Response.ContentType="application/x-javascript" %>
  20. <!-- #include file="../../c_option.asp" -->
  21. sBasePath = "<%=ZC_BLOG_HOST%>image/face/";
  22. aImages = [
  23. <%
  24. Response.Write "'"& Replace(ZC_EMOTICONS_FILENAME,"|",".gif','") &".gif'"
  25. %>
  26. ] ;