vbscript中字符串问题
我写的程序是一个显示帖子,当当前用户为该帖子发表者就显示“编辑”和“删除”按钮,按钮用HTML实现为编辑:<buttononClick="window.location=...
我写的程序是一个显示帖子,当当前用户为该帖子发表者就显示“编辑”和“删除”按钮,按钮用HTML实现为
编辑:<button onClick="window.location='reflect_action.asp?action=edit&re_id=<%= rs("re_id") %>'">编辑</button>
删除:<button onClick="{if(confirm('您再次确定要删除此条回复吗?\n\n注意:删除后不可恢复!')){window.location='reflect_action.asp?action=delete&re_id=<%= rs("re_id") %>';}return false;}">删除</button>
现在我想设两个变量 dim button_edit , button_delete
然后从数据库读出这个帖子的发布者rs("user_id"),由于用户登录我是将用户保存到了application("cur_user")中的,所以想
if rs("user_id") = application("cur_user") then
button_edit = "<button...编辑...</button>"(这儿实现不了)
button_delete = "<button...删除...</button>"(这儿实现不了)
else
button_edit = ""
button_edit = ""
end if
请大家告诉我怎样做? 展开
编辑:<button onClick="window.location='reflect_action.asp?action=edit&re_id=<%= rs("re_id") %>'">编辑</button>
删除:<button onClick="{if(confirm('您再次确定要删除此条回复吗?\n\n注意:删除后不可恢复!')){window.location='reflect_action.asp?action=delete&re_id=<%= rs("re_id") %>';}return false;}">删除</button>
现在我想设两个变量 dim button_edit , button_delete
然后从数据库读出这个帖子的发布者rs("user_id"),由于用户登录我是将用户保存到了application("cur_user")中的,所以想
if rs("user_id") = application("cur_user") then
button_edit = "<button...编辑...</button>"(这儿实现不了)
button_delete = "<button...删除...</button>"(这儿实现不了)
else
button_edit = ""
button_edit = ""
end if
请大家告诉我怎样做? 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询