救命呀!救命呀!救命呀!

syh555999 2003-09-23 05:30:41
在大开一个窗口时如何把地址拦和按扭去掉,(一个网站的所有窗口都是如此)
最好,告诉我原代码 谢谢!
...全文
29 7 打赏 收藏 转发到动态 举报
写回复
用AI写文章
7 条回复
切换为时间正序
请发表友善的回复…
发表回复
dafei0320 2003-09-24
  • 打赏
  • 举报
回复
<SCRIPT LANGUAGE="javascript">
<!--
window.open ('NAME.htm', 'newwindow', 'height=200, width=220, top=10,left=10, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no')
-->
</SCRIPT>
fuzq 2003-09-24
  • 打赏
  • 举报
回复
<SCRIPT LANGUAGE="javascript">
<!--
window.open ('NAME.htm', 'newwindow', 'height=200, width=220, top=10,left=10, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no')
-->
</SCRIPT>

那你就把参数传进去就可以了
syh555999 2003-09-24
  • 打赏
  • 举报
回复
问题还没完全解决!谢谢!大家帮忙!MWMAOWEI(樱木)你的回答,帮我很大的忙!谢谢。
我的问题是!我用ASP做了一个产品发布系统,每个产品(图片)要求点击放大!有原代码更好!
谢谢!
不老书生 2003-09-23
  • 打赏
  • 举报
回复
window.open("test.htm","name","toolbar=no,location=no,directories=no,status=n

o,menubar=no,scrollbars=no,resizable=no,width=200,height=20");
dicklee1214 2003-09-23
  • 打赏
  • 举报
回复
基本上就是上述所说得了
mwmaowei 2003-09-23
  • 打赏
  • 举报
回复
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
</head>

<body bgcolor="#FFFFFF" text="#000000" onClick="MM_openBrWindow('c.asp','dfgdfg','width=777,height=400')">
<a href="#">sdfsdfasdf </a>
</body>
</html>
luluso 2003-09-23
  • 打赏
  • 举报
回复
<SCRIPT LANGUAGE="javascript">
<!--
window.open ('kiss.htm', 'newwindow', 'height=200, width=220, top=10,left=10, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no')
-->
</SCRIPT>
把上面这段话放在<head></head>中.
kiss.htm为要弹出的网页

28,390

社区成员

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

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