请问“梅花雪老大的树"怎么才能链接弹出窗口时没有IE工具栏呢,如下代码可以弹出窗口时没有IE工具栏,而梅花雪老大的树却怎么能呢?????????
                              
 <A  onclick="window.open(this.href,'','width=1010,height=700,top=0,left=1,toolbar=no,location=no, status=no,menubar=no scrollbars=no');return false" 
                              href="Untitled-3.html">某某某</A>

解决方案 »

  1.   

    SCRIPT LANGUAGE="javascript"> 
      <!-- 
      window.open ('page.html', 'newwindow', 'height=100, width=400, top=0, left=0, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no') //这句要写成一行
      --> 
      </SCRIPT>
      

  2.   

    我是说梅花雪老大的树"里的nodes["1_310"]="text:某某某;url:Untitled-3.html;";//怎么做成弹出窗口!?
      

  3.   

    一些加到原来代码哪个位置?
    SCRIPT LANGUAGE="javascript"> 
       <!-- 
      window.open ('page.html', 'newwindow', 'height=100, width=400, top=0, left=0, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no') //这句要写成一行 
      --> 
       </SCRIPT>