lzliming 2000-07-03 03:27:00
见有用<a href="xx.asp" target=dd onclick=window.open("asp",dd,"")
方式的。
还有其他方式吗?我的意思是在xx.asp中控制。
...全文
756 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
leslielu 2000-07-04
  • 打赏
  • 举报
回复
你可以在xx.asp中直接输出javascript语句widow.open 这样就可以既连接到xx.asp也可以打开,当然,你可以在xx.asp中控制是否要打开一个窗口。
King 2000-07-04
  • 打赏
  • 举报
回复
自己不能控制窗体的,还可以
<a href=url target="_blank">aaa</a>
leslielu 2000-07-04
  • 打赏
  • 举报
回复
已经不明白你所谓的在xx.asp中控制了。
lzliming 2000-07-04
  • 打赏
  • 举报
回复
我在别人网页上找到这样的方法,挺好。

<a href="#" onclick=popup('url','name')>xxx</a>

popup()如下:
<script language="JavaScript">
<!--
function popup(fname,wname)
{
window.open(fname,wname,"toolbar=no,menubar=no,directories=no,status=no,width=600,height=450,scrollbars=yes,resizable=no");
}
-->
</script>

28,390

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧