asp中对超链接做一个控制
我想当满足某一条件的时候超链接不能点开,或者弹出提示框.如何控制啊
[解决办法]
<%if .... then response.write "s " else " <a href= " "s.html " "> s </a> "%>
发布时间: 2012-02-02 23:57:14 作者: rapoo
asp中对超链接做一个控制
我想当满足某一条件的时候超链接不能点开,或者弹出提示框.如何控制啊
[解决办法]
<%if .... then response.write "s " else " <a href= " "s.html " "> s </a> "%>