我正在尝试使用 javascript 打开一个弹出窗口。它适用于 chrome,但不适用于 IE 或 Firefox。
这是我的头部代码:
<head>
<script type="text/javascript">
function newPopup(url) {
popupWindow = window.open(
url,'popUpWindow','height=400,width=400,left=550,top=200,resizable=yes,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no,status=yes')
}
</script>
</head>
我在正文部分的代码:
<body>
<a href="javascript:newPopup('buy-now/ambush-jacket.html');" target="_new"><img src="images/banner/buy.gif"></a>
</body
>
这是该页面的链接: http ://riverswest.com/riverswest-site/ambush-jacket.html
立即购买图像您要单击的内容。