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

📄 index.html

📁 网上商店 使用jsp开发网上商店系统 4.1环境准备 为了利用JSP技术,首先需要建立环境。
💻 HTML
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>${systemConfig.getStringConfigValue("webtitle")} </title>
<meta name="keywords" content="${systemConfig.getStringConfigValue("webtitle")}">
<meta name="description" content="${systemConfig.getStringConfigValue("webtitle")}">
<link href="css/light.css" rel="stylesheet" type="text/css" />
<link  rel="stylesheet" type="text/css" href="css/mall_common.css@t=20080730.css" />	
<link  rel="stylesheet" type="text/css" href="css/mall_default.css@t=20080730.css" />
<script src="adv_js.jsp"></script>
<script language="JavaScript" type="text/javascript" src="js/prototype.js"></script>

<script>
function goBrand(bid)
{
	location="product/product-brand-"+bid+".html";
}
</script>


<script language="JavaScript" type="text/javascript">


function helpSell(obj,price)
{
	var pos = Position.cumulativeOffset($(obj));
	var left = pos[0]+60;
	var top = pos[1]-30;
	
	document.write('<div id="'+obj+'_helpsell" class="helpsell"><br>'+price+'<br>&nbsp;&nbsp;&nbsp;&nbsp;<span style="font-size:10px;">RMB</span></div>');
	
	Element.setStyle(obj+"_helpsell", {'display': 'block', 'left': left+'px', "top": top+'px'});
}


</script>
<style type="text/css">

.helpsell {
	position:absolute;
	width:58px;
	height:58px;
	z-index:2007;

	background-attachment: fixed;
	background: url(imgs/helpsell.gif);
	background-repeat: no-repeat;
	background-position: center center;

	font-family:  Arial;
	font-weight: bold;
	color: #FFFFFF;
	padding-left:13px;
	font-size:13px;
	
}
</style>
</head>
<body>
${head} 

<div class="body">
<!--鍐呭

⌨️ 快捷键说明

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