冷月葬花魂 发表于 2015-1-16 22:45:13

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服务器,所以性能稳定性也一般

第二个灵魂 发表于 2015-1-28 14:16:55

虽然ASP也有很多网络教程。但是这些都不系统。都是半路出家,只是从一个例子告诉你怎么用。不会深入讨论,更不会将没有出现在例子里的方法都一一列举出来。

小女巫 发表于 2015-2-5 21:47:18

Response:从字面上讲是“响应”,因此这个是服务端向客户端发送东西的,例如Response.Write

不帅 发表于 2015-2-13 17:50:56

接下来就不能纸上谈兵了,最好的方法其实是实践。实践,只能算是让你掌握语言特性用的。而提倡做实际的Project也不是太好,因为你还没有熟练的能力去综合各种技术,这样只能使你自己越来越迷糊。

小魔女 发表于 2015-3-4 01:05:52

用户端的浏览器不需要提供任何别的支持,这样大提高了用户与服务器之间的交互的速度。

活着的死人 发表于 2015-3-11 15:06:27

不是很难但是英文要有一点基础网上的教程很少有系统的详细的去买书吧,另不用专门学习vb关于vbscript脚本在asp教材都有介绍

蒙在股里 发表于 2015-3-19 00:51:12

那么,ASP.Net有哪些改进呢?

透明 发表于 2015-3-27 00:08:23

Response:从字面上讲是“响应”,因此这个是服务端向客户端发送东西的,例如Response.Write
页: [1]
查看完整版本: ASP网页设计利用正则表达式完成形式图片旧事.ASP