<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>网上商城</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<META content=FrontPage.Editor.Document name=ProgId>
<SCRIPT>
function openbag(id) { window.open("eshop.asp?cpbm="+id,"","height=400,width=630,left=200,top=0,resizable=yes,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no");}
</SCRIPT>
<SCRIPT language=javascript>
<!--
function winopen(url)
{
window.open(url,"search","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=yes,width=640,height=450,top=200,left=100");
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</SCRIPT><HREF="STYLE.CSS">
<LINK href="index.files/style.css" type=text/css
rel=stylesheet>
</HEAD>
<BODY leftMargin=0 topMargin=0>
<TABLE height=90 cellSpacing=0 cellPadding=0 width=764 align=center
bgColor=#336699 border=0>
<TR>
<TD width="100%" height=1><IMG height=80 src="index.files/logo.gif"
width=764 useMap=#Map border=0> </TD>
</TR>
</TABLE>
<DIV align=center>
<TABLE width=764 height=556 border=0 cellPadding=0 cellSpacing=0><CENTER>
<TR>
<TD vAlign=top bgColor=#336699 height=60 rowSpan=5> <DIV align=center>
<TABLE>
<TR>
<TD width=160 height=20> </TD>
</TR>
<TR>
<TD width=160 bgColor=#000033 height=1><SPACER height="1"
type="block"></TD>
</TR>
<TR>
<TD width=160 bgColor=#a0a0a0 height=1><SPACER height="1"
type="block"></TD>
</TR>
<TR>
<TD width=160 bgColor=#b0b0b0 height=1><SPACER height="1"
type="block"></TD>
</TR>
<TR>
<TD width=160 bgColor=#c0c0c0 height=1><SPACER height="1"
type="block"></TD>
</TR>
<TR>
<TD width=160 bgColor=#d0d0d0 height=1><SPACER height="1"
type="block"></TD>
</TR>
<TR>
<TD width=160 bgColor=#f0f1ef height=80> <DIV align=center>
<TABLE cellSpacing=0 cellPadding=0 width="86%" align=center
background=index.files/7d.htm border=0>
<TR>
<TD> <MARQUEE onmouseover=this.scrollDelay=500
style="FONT-SIZE: 12px; COLOR: #000000; LINE-HEIGHT: 20px"
onmouseout=this.scrollDelay=1 scrollAmount=1 scrollDelay=100
direction=up height=70>
PDA的完整定义是:一种轻巧的掌上型计算机。PDA集中了计算、电话、传真和网络等多种功能。不仅可用来管理个人信息(如通讯录、计划等),更重要的是上网浏览,收发E-mail,发传真,甚至当作手机来用,PDA可以细分为电子记事本、掌上电脑、手持电脑和PDA手机。</MARQUEE></TD>
</TR>
</TABLE>
</DIV></TD>
</TR>
<TR>
<TD width=160 bgColor=#000000 height=1><SPACER height="1"
type="block"></TD>
</TR>
<TR>
<TD width=160 bgColor=#c0c0c0 height=1><SPACER height="1"
type="block"></TD>
</TR>
<TR>
<TD width=160 bgColor=#b0b0b0 height=1><SPACER height="1"
type="block"></TD>
</TR>
<TR>
<TD width=160 bgColor=#a0a0a0 height=1><SPACER height="1"
type="block"></TD>
</TR>
<TR>
<TD width=160 bgColor=#000000 height=1><SPACER height="1"
type="block"></TD>
</TR>
<TR>
<TD align=middle width=160> <P> </P></TD>
</TR>
</TABLE>
<TABLE class=main height=67 cellSpacing=0 cellPadding=2 width=153
border=0>
<TR>
<TD vAlign=top align=middle width=152 height=63> <FORM language=javascript name=FORM1
onsubmit="return FORM1_onsubmit()" action=""
method=post>
<P
style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; WORD-SPACING: 0px"><FONT
color=#b0e8f8>
<SCRIPT language=javascript id=clientEventHandlersJS>
//函数名:chksafe
//功能介绍:检查是否含有"'",'\\',"/"
//参数说明:要检查的字符串
//返回值:0:是 1:不是
function chksafe(a)
{
return 1;
/* fibdn = new Array ("'" ,"\\", "、", ",", ";", "/");
i=fibdn.length;
j=a.length;
for (ii=0;ii<i;ii++)
{ for (jj=0;jj<j;jj++)
{ temp1=a.charAt(jj);
temp2=fibdn[ii];
if (tem';p1==temp2)
{ return 0; }
}
}
return 1;
*/
}
//函数名:chkspc
//功能介绍:检查是否含有空格
//参数说明:要检查的字符串
//返回值:0:是 1:不是
function chkspc(a)
{
var i=a.length;
var j = 0;
var k = 0;
while (k<i)
{
if (a.charAt(k) != " ")
j = j+1;
k = k+1;
}
if (j==0)
{
return 0;
}
if (i!=j)
{ return 2; }
else
{
return 1;
}
}
//函数名:fucCheckLength
//功能介绍:检查字符串的长度
//参数说明:要检查的字符串
//返回值:长度值
function fucCheckLength(strTemp)
{
var i,sum;
sum=0;
for(i=0;i<strTemp.length;i++)
{
if ((strTemp.charCodeAt(i)>=0) && (strTemp.charCodeAt(i)<=255))
sum=sum+1;
else
sum=sum+2;
}
return sum;
}
</SCRIPT>
<SCRIPT language=javascri