在IE8中弹出JS的参数无效

时间:2011-08-26 12:55:59

标签: javascript html css internet-explorer internet-explorer-8

我的弹出窗口定义在IE8中不起作用,但在FF中起作用...

<script type="text/javascript">
<!--
function popUp(url, width, height)
{
 window.open(url, url, 'height=1024'+ height +'&width=768'+ width);
}
//-->
</script>
<? if((int)$_GET[editcontent]!=0) { ?>
<script>  popUp("/refreshercms/structure/edit.php?pageid=<?=(int)$_GET[editcontent]?>");     </script>
<? } ?>
编辑:修复它。

<script language="javascript" type="text/javascript">
<!--
function popitup(url) {
newwindow=window.open(url,'name','height=1280,width=1024');
}

// -->
</script>

1 个答案:

答案 0 :(得分:1)

open()的第二个参数可能只包含#IDNAME

允许的字符