注册 登录
编程论坛 ASP技术论坛

response.write 输出连接出现错误

chenxingg 发布于 2008-11-12 15:29, 1157 次点击
response.write "<a class=f14 href=""../html/"&cus("htmfilename")&" target=""_blank"">交换机海基会</a>"

输出到客户端的时候后  target=""_blank""  没有起作用


连接地址变成了 http://sdasd target=

不知道什么原因
5 回复
#2
hmhz2008-11-12 15:32
response.write "<a class=f14 href=""../html/"&cus("htmfilename")&""" target=""_blank"">交换机海基会</a>"
#3
yms1232008-11-12 15:32
response.write "<a class=f14 href=../html/"&cus("htmfilename")&" target=_blank >交换机海基会</a>"
#4
chenxingg2008-11-12 15:42
谢谢 yms123 及2楼的朋友


yms123  方法可行

能解释一下吗?
不太明白
#5
hmhz2008-11-12 15:46
看置顶贴 新手必看
#6
multiple19022008-11-12 17:52
[bo][un]chenxingg[/un] 在 2008-11-12 15:42 的发言:[/bo]

谢谢 yms123 及2楼的朋友


yms123  方法可行

能解释一下吗?
不太明白

href属性值没有结束掉。具体看输出的代码。
1