asp网页导航修改-追加分数 50

以下代码,怎么改成导航的连接可在新窗口打开!'顶部导航functionHead()Response.Write"<tablewidth='950'border='0'al... 以下代码,怎么改成导航的连接可在新窗口打开!

'顶部导航
function Head()
Response.Write"<table width='950' border='0' align='center' cellpadding='0' cellspacing='0'>"
Response.Write"<tr><td width='270'><img src='"&Lelogo&"' ></td>"
Response.Write"<td valign='bottom' align='right'><a style='cursor:hand' onclick='window.external.AddFavorite(location.href,document.title);' >收藏QVTX </a> </td>"
Response.Write"</tr></table>"
dim rs,sql
set rs = server.createobject("adodb.recordset")
sql="select * from zhi_rui_E_Navigation where ViewFlag=1 order by Sequence asc"
rs.open sql,conn,1,1
response.Write("<table width=950 border=0 align=center cellpadding=0 cellspacing=0 background="&SitePath&"Images/menu.gif>")
response.Write("<tr><td align='right'>")
response.Write("<table width='75%' height=30 border=0 cellpadding=0 cellspacing=0 >")
if rs.bof and rs.eof then
response.write "<tr><td height='28' align='center'><font color='white'>暂无导航链接</font></td></tr>"
else
response.write "<tr>"
do
response.write "<td height='28' align='center' ><a href='"&rs("NavUrl")&"'><FONT color="&rs("FontCor")&">"&rs("NavName")&"</font></a></td>"
rs.movenext
loop until rs.eof
response.write "</tr>"
end if
response.Write("</table>")
response.Write("</td></tr></table>")
rs.close
set rs=nothing
End function
改连接方式怎么改 我一改网页就全部不能用
展开
 我来答
无雨者
2010-06-24 · 超过26用户采纳过TA的回答
知道答主
回答量:95
采纳率:0%
帮助的人:93万
展开全部
呵呵,把所有a连接的打开方式,改成<a style='cursor:hand' onclick='window.external.AddFavorite(location.href,document.title); target='_blank'>就可以了嘛
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
维乐心灵音乐
2010-06-21 · TA获得超过531个赞
知道小有建树答主
回答量:1063
采纳率:50%
帮助的人:491万
展开全部
新人不建议用response.write的方法输出大量的HTML代码,那样你以后改的时候都不好改了。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
橘子情报局
2010-06-21 · TA获得超过6031个赞
知道大有可为答主
回答量:4113
采纳率:50%
帮助的人:2748万
展开全部
<td height='28' align='center' ><a target='_blank' href='"&rs("NavUrl")&"'><font color="&rs("FontCor")&">"&rs("NavName")&"</font></a></td>
本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式