为什么用记事本编写html程序代码用浏览器打开后还是原来的程序,没有显示效果
<head><linkrel="stylesheet"type="text/css"href="/styles.css/"><title>OnTargetCamesHom...
<head>
<link rel="stylesheet" type="text/css" href="/styles.css/">
<title>On Target Cames Home Page </title>
<meta name="description"content="On Target Home Page"/>
<meta name="keywords" content="On,target,Games,Videos"/>
<script language="JavaScript">
function NewWindow(ur1)(
fin=window.open(ur1,"",
"width=800,height=600,scrollbars=yes,resizable=yes");
)
</script>
</head 展开
<link rel="stylesheet" type="text/css" href="/styles.css/">
<title>On Target Cames Home Page </title>
<meta name="description"content="On Target Home Page"/>
<meta name="keywords" content="On,target,Games,Videos"/>
<script language="JavaScript">
function NewWindow(ur1)(
fin=window.open(ur1,"",
"width=800,height=600,scrollbars=yes,resizable=yes");
)
</script>
</head 展开
1个回答
2015-04-22
展开全部
写了一个函数 但是并没有让他执行呀
window.load=NewWindow(url); //页面加载完执行
追问
怎么可以让它执行了!谢谢
追答
<script language="JavaScript">
window.onload=NewWindow(url); //页面加载完执行 onload
function NewWindow(ur1)(
fin=window.open(ur1,"",
"width=800,height=600,scrollbars=yes,resizable=yes");
)
</script>
或者点击按钮之类的事件
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询