找回密码
 注册
搜索
热搜: 回贴

换行显示

2010-1-31 07:57| 发布者: admin| 查看: 49| 评论: 0|原作者: 夙玉

function title_select(str,style1,style2)
Urlstr= Request.ServerVariables("PATH_INFO")
if InStr(urlstr,str)>0 then
response.write style1
else
response.write style2
end if
end function

<%=title_select("/index.asp","_on","")%>

最新评论

相关分类

QQ|小黑屋|最新主题|手机版|微赢网络技术论坛 ( 苏ICP备08020429号 )

GMT+8, 2024-9-30 05:38 , Processed in 0.080542 second(s), 12 queries , Gzip On, MemCache On.

Powered by Discuz! X3.5

© 2001-2023 Discuz! Team.

返回顶部