很不错,,顶一下~~
										
					
	
	
	
			用js的replace可以让它不这么容易饶过
content=content.replace(/\ /g,"");  //这样可以去掉全部空格 str=str.replace(/\被替换的字符/g,"替换内容")
也可以用js自己做个trim函数
<%if action="" then action="look"
select case action
case "look"
call main(getpage(page),5,"?action=look&")
case "del"
 call del()
case "reply"
 call reply()
case "add"
 call add()
case "login"
 if session("admin")=true then
 call admin()
 else
 call adlogin()
 end if
case "admin"
 call admin()
case "out"
 call out()
end select %>
代码并不乱,全部写成了函数。这样改页面很方便的。
