asp代码中链接地址使用弹出窗口

来源:百度知道 编辑:UC知道 时间:2024/07/03 03:15:44

试试这个<a href="javascript:" onClick="window.open('xx.asp','','height=250, width=400')">点击弹出网页</a>

<script>
function openwindow(par)
{
window.open('xxx.asp'','" height=424, width=554, top=10, left=20, toolbar=no, menubar=no, scrollbars=auto, resizable=no,location=no, status=no"')
}
</script>

<a href="javascript:openwindow('')" >关于</a>

<a href="#.asp" target="_blank">链接地址</a>

你这个问题真是~~~~