|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
ASP最大的缺点在于网络的安全性和可靠性,企业将经营数据放在开放的平台上,最大的担忧就是如何保证这些数据不被其他人破坏。剧本剧本申明:
把以下代码到场<body>地区中
<scriptlanguage="javascript">
varkey="";
functionmakeEntry(){
this.Date="";
this.Name="";
this.URL="";
this.Desc="";
this.Category="";
returnthis;
}
functionmakeArray(n){
this.length=n;
for(vark=1;k<=n;k++){
this[k]="";
}
returnthis;
}
functionmakeLinks(size){
this.length=size;
for(varr=1;r<=size;r++){
this[r]=newmakeEntry();
this[r].Date=datesArray[r];
this[r].Name=namesArray[r];
this[r].URL=urlsArray[r];
this[r].Desc=descArray[r];
}
returnthis;
}
varlinksize=0
datesArray=newmakeArray(linksize);
namesArray=newmakeArray(linksize);
urlsArray=newmakeArray(linksize);
descArray=newmakeArray(linksize);
vararraycount=0
arraycount+=1
datesArray[arraycount]="5/30/2000"
urlsArray[arraycount]="http://www.163.net"
namesArray[arraycount]="网易"
descArray[arraycount]="163neteaseyeah126chinese"
//alert(arraycount)
arraycount+=1
datesArray[arraycount]="5/30/2000"
urlsArray[arraycount]="http://www.ckuyun.com.cn"
namesArray[arraycount]="新浪网"
descArray[arraycount]="sinanetchatchattingnewssuper"
//alert(arraycount)
arraycount+=1
datesArray[arraycount]="5/30/2000"
urlsArray[arraycount]="http://www.sohu.com"
namesArray[arraycount]="搜狐"
descArray[arraycount]="sohunetchatnews"
//alert(arraycount)
linksize=arraycount;
//----enddata-------
functionshowAll(linkobj){
for(vars=1;s<=linkobj.length;s++){
showLink(linkobj,s);
}
}
functionshowLink(links,index){
//document.write("<tableborder>");
document.write("<tr><td>"+links[index].Date+"</td>");
document.write("<td><ahref="+links[index].URL+">"+links[index].Name+"</a></td>");
document.write("<td>"+links[index].Desc+"</td></tr>");
//document.write("</table>");
}
functionsearchLinks(links,keyword){
document.write("征采了局:"+keyword+"<br>");
document.write("<tableborder>");
for(varq=1;q<=links.length;q++){
//document.write(q+".")
if(links[q].URL.indexOf(keyword)!=-1){
//document.write("SearchResultsforkeyword:"+keyword+"<br>"+links[q].Name+"<p>")
//document.write("征采了局:"+keyword+"<br>");
showLink(links,q);
continue;
}
if(links[q].Desc.indexOf(keyword)!=-1){
showLink(links,q);
continue;
}
if(links[q].Date.indexOf(keyword)!=-1){
showLink(links,q);
continue;
}
if(links[q].Name.indexOf(keyword)!=-1){
showLink(links,q);
continue;
}
}
document.write("</table>");
}
//finalstuff
//themainprogram---
jsi=newmakeLinks(linksize);
document.write("<title>站外调询</title>");
searchLinks(jsi,prompt("输出查询关头字:","输出查询关头字:"));
document.write("<hr>");
document.write("按<b>searchagain</b>再次查询<hr>");
document.write("<form><inputtype=button></form>");
//showallthelinks
//document.write("<tableborder>");
//showAll(jsi);
//document.write("</table>");
</script>
</p>帮助用户快速实现各种应用服务,ASP商有整合各方面资源的能力,可在短期内为用户提供所需的解决方案。例如,典型的ERP安装,如果要在客户端安装的话需要半年到二年的时间,但是美国的一些ASP商如USI和CORIO能在90—120天内提供ERP应用方案。 |
|