关于JavaScript中的window.open方法。

今天下了Myeclipse,打算试试做jsp和Html然后写了如下测试代码;<!DOCTYPEhtml>WindowsDemo.html<metaname="keywor... 今天下了Myeclipse,打算试试做jsp和Html

然后写了如下测试代码;

<!DOCTYPE html>
WindowsDemo.html

<meta name="keywords" content="keyword1,keyword2,keyword3">

<meta name="description" content="this is my
page">

<meta name="content-type" content="text/html;
charset=UTF-8">

<script>

function fun(thisurl){

window.open(thisurl,"页面标题","width=370,heigth=160,scrollbars=yes,resizeable=no");

}

</script>
展开
 我来答
匿名用户
推荐于2016-03-22
展开全部
语法

open(URL, windowName, windowFeatures)
参数

URL

A string specifying the URL to open in the new window. See the Location object for a描述 of the URL components.

windowName

A string specifying the window name to use in the TARGET attribute of a FORM or A tag. windowName can contain only alphanumeric or underscore (_) characters.

windowFeatures

(Optional) A string containing a comma-separated list determining whether or not to create various standard window features. These options are described below.

windowName的参数取值为_blank,_self,_top,_parent,他们的含义与html中相同。
如:
<script language="javascript">
function backToIndex(){
window.open("../index.jsp","_parent");
}
</script>
<input type="submit" name="Submit" value="提交" onclick=” backToIndex();”>是不会响应的,这样就会响应:
<input type="button" name="Submit" value="提交" onclick=” backToIndex();”>
本回答被提问者和网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
巨蟹神算子
2015-07-30 · TA获得超过437个赞
知道小有建树答主
回答量:292
采纳率:90%
帮助的人:115万
展开全部
window.open(pageURL,name,parameters)
其中:
pageURL 为子窗口路径
name 为子窗口句柄
parameters 为窗口参数(各参数用逗号分隔)
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式