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

📄 goodsimage.ascx

📁 jsp实现的网上购物系统
💻 ASCX
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="GoodsImage.ascx.cs" Inherits="JiSuShop.Web.Skin.GoodsImage" %>
<%@ Register TagPrefix="JSS" TagName="GoodsImageList" Src="GoodsImageList.ascx" %>
<HTML>
<HEAD>
<TITLE><asp:Literal ID="HeaderTitle" Runat="server"></asp:Literal></TITLE>
<meta http-equiv="bulletin-date" content="<asp:Literal ID='HeaderBulletinDate' Runat='server' />">
<META NAME="robots" CONTENT="index, follow">
<META NAME="GOOGLEBOT" CONTENT="INDEX, FOLLOW">
<meta content="<asp:Literal ID='HeaderKeyWords' Runat='server'></asp:Literal>" name="keywords">
<meta content="<asp:Literal ID='HeaderDescription' Runat='server'></asp:Literal>" name="description">
<style type="text/css">
<!--
@import url("Skin/Beautiful/Images/style02.css");
-->
</style>
<script src="js/Function.js"></script>
<script src="js/showImage.js"></script>
<script>
var goodsImageMaxSize = 230
</script>
</HEAD>
<body id="GoodsImage">
<form id="form" name="form1" runat="server">
<div class="GoodsImage_top">
<img src="Skin/Beautiful/Images/logo_title.gif">
<span class="GoodsImage_top_span01">(<span id="currentIndex"></span>/<span id="imageCount"></span>)</span>
<span class="GoodsImage_top_span">鼠标点击大图不放可拖动</span>
</div>
<div class="GoodsImage_content">
  <div class="GoodsImage_content_show">
  <div class="GoodsImage_content_button">
  <a href="javascript:preImage()"><img src="Skin/Beautiful/Images/up.gif" alt="查看上一张图片 "></a>
  <a href="javascript:nextImage()"><img src="Skin/Beautiful/Images/down.gif" alt="查看下一张图片"></a>
  <a href="#1" onClick="javascript:realSize()"><img src="Skin/Beautiful/Images/button04.gif" class="GoodsImage_content_button01"></a>
  <a href="#1" onMouseOut="javascript:bSizeEnd()" onMouseDown="javascript:bSize()" onMouseUp="javascript:bSizeEnd()"><img src="Skin/Beautiful/Images/button02.gif"></a>
  <a href="#1" onMouseOut="javascript:sSizeEnd()" onMouseDown="javascript:sSize()" onMouseUp="javascript:sSizeEnd()"><img src="Skin/Beautiful/Images/button03.gif"></a>
  <a href="#1" onClick="javascript:defaultSize()"><img src="Skin/Beautiful/Images/button01.gif"></a>
</div>
	<iframe id="bigImg" scrolling="no" frameborder="0" style="width:418px; height:450px"></iframe>
  </div>
  
	<div class="GoodsImage_content_select">
		<div class="title"></div>
		<div class="pic"><JSS:GoodsImageList id="ShowGoodsImage" runat="server" /></div>
	</div>
</div>
</form>
<script>
window.onload = function()
{
	initImageLayer();
	showBigImageForGoodsImagePage(index)
	initImageList();
}
</script>
</body>
</html>

⌨️ 快捷键说明

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