try
change function name 
if it doesn't work
chang 
Opener("re.htm")->Opener('re.htm')

解决方案 »

  1.   

    <onload="window.open('re.htm','')">
      

  2.   

    你占用关键字了吧
    opener是关键字改个名字看看
    如还是不行把代码发过来看看
      

  3.   

    function openwindow1(loadpos)
    {     
    window.open(loadpos,"welcome to e-state","width=400,height=280,toolbar=no,resizable=no,scrollbars=no,dependent=no")
          
    }改成这样还是不行
      

  4.   

    <body topmargin="0" bgcolor="#000000" onload="openwindow1('re.htm')">function openwindow1(loadpos)
    {     
    window.open(loadpos,'welcome','width=400,height=280,toolbar=no,scrollbars=no')
           
    }