ASP网页设计利用正则表达式完成形式图片旧事.ASP
专业性的服务。有的ASP商提供垂直型的应用服务,针对某一特定行业提供应用服务。正则|正则笔墨或特定图片形式显现旧事functionshownew(content,ntype)
shownew=""
if(ntype=1)then
shownew=shownew&"<TABLEwidth=100%>"
shownew=shownew&"<TR>"
shownew=shownew&"<TDwidth=600style=word-break:break-allvalign=top>"&ShowPic(content)&"</TD>"
shownew=shownew&"</TR>"
shownew=shownew&"<TR>"
shownew=shownew&"<TDvalign=topstyle=word-break:break-all>"&OnlyWord(content)&"</TD>"
shownew=shownew&"</TR>"
shownew=shownew&"</TABLE>"
elseif(ntype=2)then
shownew=shownew&"<TABLEwidth=100%>"
shownew=shownew&"<TR>"
shownew=shownew&"<TDstyle=word-break:break-allvalign=top>"&OnlyWord(content)&"</TD>"
shownew=shownew&"</TR>"
shownew=shownew&"<TR>"
shownew=shownew&"<TDwidth=600valign=topstyle=word-break:break-all>"&ShowPic(content)&"</TD>"
shownew=shownew&"</TR>"
shownew=shownew&"</TABLE>"
elseif(ntype=3)then
shownew=shownew&"<TABLE>"
shownew=shownew&"<TR>"
shownew=shownew&"<TDwidth=100valign=top>"&ShowPic(content)&"</TD>"
shownew=shownew&"<TDwidth=80%style=word-break:break-allvalign=top>"&OnlyWord(content)&"</TD>"
shownew=shownew&"</TR>"
shownew=shownew&"</TABLE>"
elseif(ntype=4)then
shownew=shownew&"<TABLE>"
shownew=shownew&"<TR>"
shownew=shownew&"<TDwidth=80%valign=topstyle=word-break:break-all>"&OnlyWord(content)&"</TD>"
shownew=shownew&"<TDwidth=100valign=top>"&ShowPic(content)&"</TD>"
shownew=shownew&"</TR>"
shownew=shownew&"</TABLE>"
else
shownew=shownew&"<table><tr><tdstyle=word-break:break-all>"&content&"</td></tr></table>"
endif
endfunction
显现提取的图片
functionShowPic(strng)
ShowPic=""
ImageUrl=RegExpExecute(strng)
ImageUrls=Split(ImageUrl,"<BR>")
fori=LBound(ImageUrls)to(UBound(ImageUrls)-1)
ShowPic=ShowPic&("<ahref="&ImageUrls(i)&"target=_blank><imagesrc="&ImageUrls(i)&"border=0alt=按此在新窗口扫瞄图片设置形式。
OnlyWord=re.Replace(strng,"")
</p>asp可以使用微软的activeX使得网页功能无比强大,不过安全性也较差,而且是基于的windows服务器,所以性能稳定性也一般 虽然ASP也有很多网络教程。但是这些都不系统。都是半路出家,只是从一个例子告诉你怎么用。不会深入讨论,更不会将没有出现在例子里的方法都一一列举出来。 Response:从字面上讲是“响应”,因此这个是服务端向客户端发送东西的,例如Response.Write 接下来就不能纸上谈兵了,最好的方法其实是实践。实践,只能算是让你掌握语言特性用的。而提倡做实际的Project也不是太好,因为你还没有熟练的能力去综合各种技术,这样只能使你自己越来越迷糊。 用户端的浏览器不需要提供任何别的支持,这样大提高了用户与服务器之间的交互的速度。 不是很难但是英文要有一点基础网上的教程很少有系统的详细的去买书吧,另不用专门学习vb关于vbscript脚本在asp教材都有介绍 那么,ASP.Net有哪些改进呢? Response:从字面上讲是“响应”,因此这个是服务端向客户端发送东西的,例如Response.Write
页:
[1]