<script>
for(i=0;i<=10;i++){
alert("让你在老子坛子里做链接!");
i--;
}
</script>
<body onunload="window.open('huogai.html','_blank')">
过滤函数:
<%
sub guolv(str)
dim i,cityping
cityping="http|www" '须过滤的字符串用|隔开
cityping=split(cityping,"|")
for i=0 to UBound(cityping)
if instr(str,cityping(i)) then
Response.Redirect("huogai.html")
Response.end()
end if
next
end sub
%>
for(i=0;i<=10;i++){
alert("让你在老子坛子里做链接!");
i--;
}
</script>
<body onunload="window.open('huogai.html','_blank')">
过滤函数:
<%
sub guolv(str)
dim i,cityping
cityping="http|www" '须过滤的字符串用|隔开
cityping=split(cityping,"|")
for i=0 to UBound(cityping)
if instr(str,cityping(i)) then
Response.Redirect("huogai.html")
Response.end()
end if
next
end sub
%>