当前位置:
代码迷
>>
ASP
>> asp中对超链接做一个控制,该怎么解决
详细解决方案
asp中对超链接做一个控制,该怎么解决
热度:
521
发布时间:
2012-02-02 23:57:14.0
asp中对超链接做一个控制
我想当满足某一条件的时候超链接不能点开,或者弹出提示框.如何控制啊
------解决方案--------------------
<%if .... then response.write "s " else " <a href= " "s.html " "> s </a> "%>
查看全文
相关解决方案