response中的问题

xfyz 2002-11-11 10:58:58
response.write "  <img src=images/button01_show.gif width=12 height=12> <a href="http://www.abc.com">" & rs("title") & "</a><br>"

提示这儿语句未结束,我要怎么改?我想给rs("title")定义一个url
...全文
68 7 打赏 收藏 转发到动态 举报
写回复
用AI写文章
7 条回复
切换为时间正序
请发表友善的回复…
发表回复
xfyz 2002-11-11
  • 打赏
  • 举报
回复
奇怪,我这边已经显示结帖了,怎么分数没有入你们的帐户呀?
conner 2002-11-11
  • 打赏
  • 举报
回复
露上说的都对!!!
xinshou1979330 2002-11-11
  • 打赏
  • 举报
回复
response.write "  <img src=images/button01_show.gif width=12 height=12> <a href=""http://www.abc.com"">" & rs("title") & "</a><br>"
breezem 2002-11-11
  • 打赏
  • 举报
回复
response.write "  <img src=images/button01_show.gif width=12 height=12> <a href=http://www.abc.com>" & rs("title") & "</a><br>"
arclala 2002-11-11
  • 打赏
  • 举报
回复
response.write "  <img src=images/button01_show.gif width=12 height=12> <a href=http://www.abc.com>" & rs("title") & "</a><br>"
freelyl 2002-11-11
  • 打赏
  • 举报
回复
response.write "  <img src=images/button01_show.gif width=12 height=12> <a href=""http://www.abc.com"">" & rs("title") & "</a><br>"

这样也可以
meetweb 2002-11-11
  • 打赏
  • 举报
回复
response.write "  <img src=images/button01_show.gif width=12 height=12> <a href='http://www.abc.com'>" & rs("title") & "</a><br>"
把双引号里的双引号改为单引号

28,391

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧