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

📄 viewpic.asp

📁 不错的ASP整站源代码。在IIS环境下运行都没有问题
💻 ASP
字号:
<html>
<head><title>相片浏览</title>
<script language="JavaScript" src="acdsee.js"></script>
<style>
.button { border:1px solid menu; behavior:url(images/button.htc);}
input,select,td {  font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 10px}
</style>
</head>
<body bgcolor="#FFFFFF" text="#000000" background="icon-bk-pattern.gif" leftmargin="0" topmargin="0" scroll="no" oncontextmenu="showtool();return false;" ondragstart="return false;" onclick="hidetool()" onresize="recalcposition()">
<OBJECT classid=CLSID:8856F961-340A-11D0-A96B-00C04FD705A2 height=0 id=WebBrowser width=0></OBJECT> 
<div id="imglayer" style="position:absolute; width:1px; height:1px; z-index:-1; left:0; top:0"><img border="0" title="点击鼠标右键出现工具条" src="../display.asp?id=<%=request("id")%>" id=sample onmousedown="down();initdrag()"  style="cursor:url(zoom-in.cur);visibility:hidden" onmousemove="startdrag()" onmouseup="enddrag()" onreadystatechange="initsize();imglist[0]=this.src;"></div>
<div id="tool" style="position:absolute; width:353px; height:10px; z-index:2; left: 0px; top: 0px; visibility: hidden">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top" style="border:2px outset #ffffff;background-color:menu">
	<table width="100%" border="0" cellspacing="3" cellpadding="0">
	<tbody>
	<tr>
	<td width="20" align="center"><img src="icon-zoom-in.gif" width="16" height="16" class="button" onclick="zoomin()"></td>
	<td width="20" align="center"><img src="icon-zoom-out.gif" width="16" height="16" class="button" onclick="zoomout()"></td>
	<td width="20" align="center"><img src="icon-move-up.gif" width="16" height="16" class="button" onclick="move()"></td>
	<td width="110" style="background-repeat: no-repeat" background="icon-bk-guide.gif">
	<div id="zoomhandle" style="position:absolute; width:10px; height:16px; z-index:3;; left: 124px;top:4px"><img src="spacer.gif" width="6" height="14" style="border:2px outset #ffffff;background-color:menu" onmousedown="initdrag2()" onmousemove="startdrag2()" onmouseup="enddrag2()"></div>
	</td>
	<td id=showzoomvalue width="35">100%</td>
	<td width="95">
	<select id="fitmode" onChange="autofit(this)">
	<option value="0" selected>Fit Mode</option>
	<option value="1">Fit on Screen</option>
	<option value="2">Actual Size</option>
	<option value="3">Fit in Width</option>
	<option value="4">Fit in Height</option>
	</select>
	</td>
	<td width="20" align="center"><img src="icon-print.gif" width="16" height="16" class="button" onclick="window.print()"></td>
	</tr>
	<tr>
	<td colspan="6">
		<table width="100%" border="0" cellspacing="0" cellpadding="0">

		<tr>
		<td width="23"><img id="home" src="icon-arrow3b.gif" width="16" height="16" class="button" onclick="imgid=0;showimg()" alt="Home" hspace="1"></td>
		<td width="23"><img id="previous" src="icon-arrow2b.gif" width="16" height="16" class="button" onclick="imgid-=1;showimg()" alt="Previous" hspace="1"></td>
		<td width="23"><img id="next" src="icon-arrow2.gif" width="16" height="16" class="button" onclick="imgid+=1;showimg()" alt="Next" hspace="1"></td>
		<td width="23"><img id="end" src="icon-arrow3.gif" width="16" height="16" class="button" onclick="imgid=imglist.length-1;showimg()" alt="End" hspace="1"></td>
		<td align="right">&nbsp;URL&nbsp;&nbsp;<input type="text" id="url" style="width:188px" onmouseover="this.focus();this.select()" onkeypress=changeimg(this) value="http://">
		</td>
		</tr>

		</table>
	</td>
	<td align="center" valign="bottom"><img src="icon-arrow.gif" width="9" height="10" id="extend" onclick="extendit()"></td>
	</tr>
	</table>
	<table width="100%" border="0" cellspacing="3" cellpadding="0" id=extendparam style="display:none">
	<tr>
	<td width="60" height="20"><select id="filtermode" onChange="addfilter(this)">
	<option value="" selected>Effect</option>
	<option value="none">None</option>
	<option value="alpha(">Alpha</option>
	<option value="fliph(">Flip-H</option>
	<option value="flipv(">Flip-V</option>
	<option value="invert(">Invert</option>
	<option value="gray(">Gray</option>
	<option value="xray(">Xray</option>
	<option value="blur(">Blur</option>
	<option value="light(">Light</option>
	<option value="wave(">Wave</option>
	</select></td>
	<td id=filterparam align="left">&nbsp;</td>
	<td width="20" align="center"><img src="icon-import.gif" width="16" height="16" class="button" onclick="importit()" id="importicon" alt="Import the Image List"></td>
	<td width="20" align="center"><img src="icon-export.gif" width="16" height="16" class="button" onclick="exportit()" alt="Export the Image List"></td>
	<td width="20" align="center"><img src="icon-save.gif" width="16" height="16" class="button" onclick="document.all.WebBrowser.ExecWB(4,1)"></td>
	</tr>
	</table>
</td>
</tr>
</table>
</div>
</body>
</html>

⌨️ 快捷键说明

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