
<%
'利用ASP查找文章里面的圖片,然后用新窗口打開
Public Function ReplacePic(s)
Dim re
Set re=New RegExp
re.IgnoreCase=True
re.Global=True
re.Pattern="<img(.[^>]*)>"
ReplacePic=re.replace(s,"<img onerror=""this.innerHTML='圖像無法獲取...'"" onclick=""window.open(this.src);"" alt=""點(diǎn)擊在新窗口中打開圖片"" onload=""if(this.width>400) this.width=400;"" class=""ContentPic"" $1 />")
Set re=Nothing
End Function
response.write ReplacePic(container)
%>
#maingame img {width:expression(this.width > 650 ? 650: true); max-width:650px;}
您發(fā)布的評(píng)論即表示同意遵守以下條款:
一、不得利用本站危害國(guó)家安全、泄露國(guó)家秘密,不得侵犯國(guó)家、社會(huì)、集體和公民的合法權(quán)益;
二、不得發(fā)布國(guó)家法律、法規(guī)明令禁止的內(nèi)容;互相尊重,對(duì)自己在本站的言論和行為負(fù)責(zé);
三、本站對(duì)您所發(fā)布內(nèi)容擁有處置權(quán)。