Javascript:window.open

来源:百度知道 编辑:UC知道 时间:2024/06/26 03:24:45
请问怎么把{<a href="#" onClick="Javascript:window.open('meeting_add.asp','','width=560,height=397')">录入会议信息</a>}加到以下代码中呀:

<%
if rs("txzt")=1 then
response.write "<a href=txlist.asp?id="&rs("txid")&" target=_blank>"&mid(rs("txbt"),1,100)&"</a>"
else
response.write "<a href=txlist.asp?id="&rs("txid")&" target=_blank><b>"&mid(rs("txbt"),1,100)&"</b></a>"
end if
%>
高手求助呀

response.write "<a href=\"#\" onClick=\"Javascript:window.open('meeting_add.asp','','width=560,height=397')\">录入会议信息</a>"

就是将里面的" 换成\"