how to control the destination of a new page?

hnalbert 2000-07-08 02:15:00
In general, we submit a form to asp, asp generate a new form showing in the same brower window and overcasting the previous one. But how to let the new page show in a new window so we can see the previous one? what's the basic rule to direct the destination showing window of a new page?
...全文
153 1 打赏 收藏 转发到动态 举报
写回复
用AI写文章
1 条回复
切换为时间正序
请发表友善的回复…
发表回复
华南虎哥 2000-07-09
  • 打赏
  • 举报
回复
------------------------------------------------
<script language="javascript">
function opennewwindow(URL)
{
NewWindow = window.open(sURL,"Edit","left=70,top=50,width=600,height=450,resizable=yes,toolbar=no,status=no,menubar=no,scrollbar=yes");
}
</script>
.....
<form name=... action="javascript:opennewwindow(...)">
...
</form>
.....
-----------------------------------------------
above is a sample about your question,if OK or not,Please tell me with mail:hblinux@163.net

28,391

社区成员

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

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