<a href="vbscript:window.open('sendmmslist_detailcontent.asp')" ><%=tempcontent%>...</a>
按上面的链接,无法打开新窗口,如果换成 “button”的样式就可以,是什么原因呢?
<a href="vbscript:" ><%=tempcontent%>...</a>
这样应该是不可以的吧,你的跳转路径并没有指定啊。如果非要这样写,也应该是类似“javascript:location.href='路径'”
href="vbscript:"表示你跳转的页面地址。vbscript:这个是什么地址?
<a target="_blank" ><%=tempcontent%>...</a>