?? 40bea349a644001c1cd2f32d24749d08
字號:
this.elm.onfilterchange = function(){ eval(fn); };
if (vis=='visible') this.elm.filters.revealTrans.apply();
else this.elm.filters.blendTrans.apply();
this.css.visibility= vis;
if (vis=='visible') this.elm.filters.revealTrans.play();
else this.elm.filters.blendTrans.play();
}
else if (bw.ns6 || bw.ie&&!bw.mac){
this.css.visibility= 'visible';
vis=='visible' ? this.fadeTo(100, 7, 40, fn) : this.fadeTo(0, 9, 40, fn);
}
else {
this.css.visibility= vis;
eval(fn);
}
};
var pageslidefadeLoaded = 0;
function initPageSlideFade(){
scroller1 = new scrollerobj('divScroller1');
pages = new Array();
pages[0] = null;
for (var i=1; i<=numScrollPages; i++){
pages[i] = new scrollerobj('dynPage'+i, 'divScroller1');
pages[i].moveTo(0,0);
}
bw.opacity = ( bw.ie && !bw.ie4 && navigator.userAgent.indexOf('Windows')>-1 ) || bw.ns6
if (bw.ie5||bw.ie6 && !bw.mac) pages[1].css.filter= 'revealTrans(duration=1,transition=23)'; // Loads the windows 9.x filters module.
activateContinue(1);
//if (bw.ie) for(var i=0;i<document.links.length;i++) document.links[i].onfocus=document.links[i].blur;
pageslidefadeLoaded = 1;
}
if(bw.bw && !pageslidefadeLoaded) onload = initPageSlideFade;
</SCRIPT>
<DIV id=divScroller1>
<DIV class=dynPage id=dynPage1><IMG height=150 hspace=3
src="images/g1.jpg" width=270 vspace=3
border=0></DIV>
<DIV class=dynPage id=dynPage2><IMG height=150 hspace=3
src="images/g2.jpg" width=270 vspace=3
border=0></DIV>
<DIV class=dynPage id=dynPage3><IMG height=150 hspace=3
src="images/g3.jpg" width=270 vspace=3
border=0></DIV>
<DIV class=dynPage id=dynPage4><IMG height=150 hspace=3
src="images/g4.jpg" width=270 vspace=3
border=0></DIV>
</DIV></TD>
<TD width=3></TD>
<TD vAlign=top align=middle width=290 height=155>
<TABLE height=155 cellSpacing=0 cellPadding=0 width=289
background=images/news5.gif border=0>
<TBODY>
<TR>
<TD height=25></TD></TR>
<TR>
<TD vAlign=top height=105><p><SPAN
style="LINE-HEIGHT: 130%"> ·諾基亞公司風云變幻,高層人員變動,CEO由我校王陽先生擔任</SPAN><BR>
<SPAN
style="LINE-HEIGHT: 130%"> ·西門子公司手機部門瀕臨倒閉,CEO周勇自殺未遂</SPAN><BR>
<SPAN
style="LINE-HEIGHT: 130%"> ·熱烈慶祝我網(wǎng)站成功收購三星的手機產(chǎn)業(yè)</SPAN><BR>
<SPAN
style="LINE-HEIGHT: 130%"> </SPAN><BR>
</p>
</TD></TR>
<TR>
<TD align=right> </TD>
</TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<STYLE type=text/css>.pic1 {
MARGIN-TOP: -116px; MARGIN-LEFT: 0px
}
.pic2 {
PADDING-TOP: 6px
}
</STYLE>
<TABLE style="WORD-BREAK: break-all" cellSpacing=0 cellPadding=0 width=574
border=0>
<TBODY>
<TR>
<TD><IMG
alt=瀏覽全部推薦商品
src="images/bar_tuijian.gif" width=574
border=0></TD>
</TR></TBODY></TABLE>
<%
String intipage =request.getParameter("page");
String type=request.getParameter("sort");
String straccount=request.getParameter("account1");
String endaccount=request.getParameter("account2");
if(type==null){
type="";
}else{
type=new String(type.getBytes("ISO-8859-1"),"gb2312");
}
if(straccount==null){straccount="";}
if(endaccount==null){endaccount="";}
showProduct.product_search("",type,straccount,endaccount);
Vector produc = showProduct.getProducts();
int totalpage =showProduct.getPageCount();
int curpage;
if(intipage == null){
curpage=1;
}else{
curpage = Integer.parseInt(intipage);
if(curpage<1)curpage = 1;
else if(curpage>totalpage)curpage=totalpage;
}
showProduct.setPage(curpage);
showProduct.product_search("",type,straccount,endaccount);
produc = showProduct.getProducts();
%>
<table>
<%
for(int i = 0;i<produc.size();i++){
if((i+1)%3==1){
%>
<tr>
<td>
<TABLE cellSpacing=0 cellPadding=1 width="88%" align=center border=0
valign="middle">
<TBODY>
<TR>
<TD vAlign=bottom align=middle><A HREF = "showdetail.jsp?producItem=<%=((products)produc.get(i)).getProductorItem() %> "><IMG
src=<%=((products)produc.get(i)).getAddress()%> width="171" height="160"
border=0 /></A>
</TD>
</TR>
<TR>
<TD> <div align="center">名稱:<B><%=((products)produc.get(i)).getProductorName() %></B></div></TD>
</TR>
<TR>
<TD><div align="center">型號:<B><%=((products)produc.get(i)).getType() %></B></div></TD>
</TR>
<TR>
<TD><div align="center">熱賣價:<span class="STYLE6"></span><B><FONT color=red><%=((products)produc.get(i)).getPrice() %></FONT></B></div></TD>
</TR>
<TR>
<TD></TD>
</TR>
<TR>
<TD><div align="center"><A HREF = "buyinfo.jsp?producItem=<%=((products)produc.get(i)).getProductorItem() %> "><IMG src="images/buy.gif"
border=0></img></A><A HREF = "collect.jsp?producItem=<%=((products)produc.get(i)).getProductorItem() %> "><IMG src="images/fav.gif"
border=0></img></A></div></TD></TR></TBODY></TABLE>
</td>
<%
}
else if((i+1)%3==0){
%>
<td>
<TABLE cellSpacing=0 cellPadding=1 width="88%" align=center border=0
valign="middle">
<TBODY>
<TR>
<TD vAlign=bottom align=middle><A HREF = "showdetail.jsp?producItem=<%=((products)produc.get(i)).getProductorItem() %> "><IMG
src=<%=((products)produc.get(i)).getAddress() %> width="171" height="160"
border=0></img></A>
</TD>
</TR>
<TR>
<TD> <div align="center">名稱:<B><%=((products)produc.get(i)).getProductorName() %></B></div></TD>
</TR>
<TR>
<TD><div align="center">型號:<B><%=((products)produc.get(i)).getType() %></B></div></TD>
</TR>
<TR>
<TD><div align="center">熱賣價:<span class="STYLE6"></span><B><FONT color=red><%=((products)produc.get(i)).getPrice() %></FONT></B></div></TD>
</TR>
<TR>
<TD></TD>
</TR>
<TR>
<TD><div align="center"><A HREF = "buyinfo.jsp?producItem=<%=((products)produc.get(i)).getProductorItem() %> "><IMG src="images/buy.gif"
border=0></img></A><A HREF = "collect.jsp?producItem=<%=((products)produc.get(i)).getProductorItem() %> "><IMG src="images/fav.gif"
border=0></img></A></div></TD></TR></TBODY></TABLE>
</td>
</tr>
<%
}else{
%>
<td>
<TABLE cellSpacing=0 cellPadding=1 width="88%" align=center border=0
valign="middle">
<TBODY>
<TR>
<TD vAlign=bottom align=middle><A HREF = "showdetail.jsp?producItem=<%=((products)produc.get(i)).getProductorItem() %> "><IMG
src=<%=((products)produc.get(i)).getAddress() %> width="171" height="160"
border=0></img></A>
</TD>
</TR>
<TR>
<TD> <div align="center">名稱:<B><%=((products)produc.get(i)).getProductorName() %></B></div></TD>
</TR>
<TR>
<TD><div align="center">型號:<B><%=((products)produc.get(i)).getType() %></B></div></TD>
</TR>
<TR>
<TD><div align="center">熱賣價:<span class="STYLE6"></span><B><FONT color=red><%=((products)produc.get(i)).getPrice() %></FONT></B></div></TD>
</TR>
<TR>
<TD></TD>
</TR>
<TR>
<TD><div align="center"><A HREF = "buyinfo.jsp?producItem=<%=((products)produc.get(i)).getProductorItem() %> "><IMG src="images/buy.gif"
border=0></img></A><A HREF = "collect.jsp?producItem=<%=((products)produc.get(i)).getProductorItem() %> "><IMG src="images/fav.gif"
border=0></img></A></div></TD></TR></TBODY></TABLE>
</td>
<%
}
}
%>
<tr>
<td>
第<%=curpage%>頁 共<%=totalpage %>頁
<%if(curpage<totalpage){%>
<a href="index.jsp?page=<%=curpage+1%>&sort=<%=type %>&account1=<%=straccount %>&account2=<%=endaccount %>">下一頁</a>
<%
}
%>
<%if(curpage>1){%>
<a href="index.jsp?page=<%=curpage-1%>&sort=<%=type %>&account1=<%=straccount %>&account2=<%=endaccount %>">上一頁</a><%
}
%>
</td>
<th>
<%
for(int k = 0;k<totalpage;k++){
if(k+1 ==curpage ){
%>
<%=k+1 %>
<%
}else{
%>
<a href="index.jsp?page=<%=k+1 %>&sort=<%=type %>&account1=<%=straccount %>&account2=<%=endaccount %>"><%=k+1 %></a>
<%
}
}
%>
</th>
</tr>
</table>
<TABLE>
<TBODY>
<TR>
<TD height=5></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<STYLE type=text/css>.up {
MARGIN-TOP: -139px; MARGIN-LEFT: 0px
}
</STYLE>
<TABLE class=grayline cellSpacing=0 cellPadding=0 width=760 bgColor=#ffffff
border=0 aling="center">
<TBODY>
<TR>
<TD align=middle>
<TABLE cellSpacing=1 cellPadding=0 width=720 align=center bgColor=#cccccc
border=0>
<TBODY>
<TR bgColor=#f1f1f1>
<TD align=middle width="20%" height=22><B>關(guān)于我們</B></TD>
<TD align=middle width="20%" height=22><B>購物指南</B></TD>
<TD align=middle width="20%" height=22><B>服務(wù)保證</B></TD>
<TD align=middle width="20%" height=22><B>客戶服務(wù)</B></TD>
<TD align=middle width="20%" height=22><B>其它說明</B></TD></TR>
<TR bgColor=#ffffff>
<TD align=middle height=23> <a href="關(guān)于我們.html">關(guān)于我們 </a></TD>
<TD align=middle height=23> <a href="新手上路.html">新手上路</a> </TD>
<TD align=middle height=23> <a href="隱私保護.html">隱私保護</a> </TD>
<TD align=middle height=23> <a href="會員中心.html">會員中心</a> </TD>
<TD align=middle height=23> <a href="缺貨登記.html">缺貨登記</a> </TD>
</TR>
<TR bgColor=#ffffff>
<TD align=middle height=23> <a href="網(wǎng)站動態(tài).html">網(wǎng)站動態(tài)</a> </TD>
<TD align=middle height=23> <a href="訂購方式.html">定購方式 </a></TD>
<TD align=middle height=23><a href="服務(wù)保證.html"> 服務(wù)保證</a> </TD>
<TD align=middle height=23> <a href="客服電話.html">客服電話</a></TD>
<TD align=middle height=23> <a href="leavemess.html">投訴建議</a> </TD>
</TR>
<TR bgColor=#ffffff>
<TD align=middle height=23> <a href="常見問題.html">常見問題 </a></TD>
<TD align=middle height=23><a href="如何付款.html"> 如何付款 </a></TD>
<TD align=middle height=23> <a href="售后服務(wù).html">售后服務(wù)</a> </TD>
<TD align=middle height=23> <a href="付款方式.html">付款方式</a> </TD>
<TD align=middle height=23> <a href="友情鏈接.html">友情鏈接</a> </TD>
</TR></TBODY></TABLE></TD></TR>
<TR>
<TD height=10></TD></TR></TBODY></TABLE></CENTER>
<TABLE class=grayline cellSpacing=1 cellPadding=0 width=760 align=center bgColor=#ffffff border=0>
<TBODY>
<TR>
<TD vAlign=center align=middle width=126 height=40><IMG height=31
alt=歡迎與本站交換友情鏈接 src="images/link.gif"
width=88 border=0></TD>
<TD vAlign=center align=middle width=126 height=40><IMG height=31
alt=歡迎與本站交換友情鏈接 src="images/link.gif"
width=88 border=0></TD>
<TD vAlign=center align=middle width=126 height=40><IMG height=31
alt=歡迎與本站交換友情鏈接 src="images/link.gif"
width=88 border=0></TD>
<TD vAlign=center align=middle width=126 height=40><IMG height=31
alt=歡迎與本站交換友情鏈接 src="images/link.gif"
width=88 border=0></TD>
<TD vAlign=center align=middle width=126 height=40><IMG height=31
alt=歡迎與本站互建友情鏈接 src="images/link.gif"
width=88 border=0></TD>
<TD vAlign=center align=middle width=126 height=40><IMG height=31
alt=歡迎與本站交換友情鏈接 src="images/link.gif"
width=88 border=0></TD>
</TR></TBODY></TABLE>
<TABLE class=grayline height=15 cellSpacing=0 cellPadding=0 width=760
align=center bgColor=#ffffff
background=images/botbg.gif border=0>
<TBODY>
<TR>
<TD height=10></TD></TR></TBODY></TABLE>
<TABLE class=grayline cellSpacing=0 cellPadding=0 width=760 align=center
bgColor=#ffffff background=images/backdown.gif
border=0>
<TBODY>
<TR>
<TD height=10></TD></TR>
<TR>
<TD align=middle>
<P
align=center>Copyright © 2007 - 2008 All Rights Reserved <BR>
西北工業(yè)大學手機超市</P></TD>
<TD vAlign=bottom width=30><A href="javascript:window.scroll(0,0);"><IMG
alt=回到頁面頂部 src="images/backtop.gif"
border=0></A></TD></TR></TBODY></TABLE>
<SCRIPT language=javascript>
var online= new Array();
if (!document.layers)
document.write('<div id="divStayTopLeft" style="position:absolute">')
</SCRIPT>
</BODY></HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -