index.htm
===========
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"><script language = javascript>
var exit=true;
var ie = false; 
var ns = false;
if(parseInt(navigator.appVersion) >= 4){
if(navigator.appName.indexOf("crosoft") != -1) ie = true;
  if(navigator.appName.indexOf("etscape") != -1) ns = true;
} if (ie){  if (exit) {// Here resize the PopUp,x=254,y=254
var popUpSizeX=360;
var popUpSizeY=360;// Here move it to any point on screen
var popUpLocationX=10;
var popUpLocationY=20;// URL of the popUp
var popUpURL="test.htm"; splashWin = window.open("",'','fullscreen=1,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0'); //splashWin.blur();
//window.focus(); splashWin.resizeTo(popUpSizeX,popUpSizeY);
splashWin.moveTo(popUpLocationX,popUpLocationY);

     
        splashWin.location=popUpURL; splashWin.focus(); }
}
//对于nn,用一般的方法!
</script></head>
<body bgcolor="#ffffff" topmargin="0" marginwidth="0" marginheight="0" leftmargin="0">
</body></html>

解决方案 »

  1.   

    但注意:test.htm里必须有关闭窗口的提示!
      

  2.   


    http://go.163.com/~colorweb
    看看!有具体的应用
      

  3.   

    铄您的帮忙。...^_^可是你做是是用window.open()这个函数来打开一个窗口的呀,我想问的是单击一个链接后再出现的一个无框窗口呐...^_^
      

  4.   

    <a href="#" onclick="打开窗口的函数()">test</a>
    把上面代码的定义一个函数
      

  5.   

    <a href="#" onclick="打开窗口的函数()">test</a>这一句里,我能不能做到不用onclick="打开窗口的函数()“这一句,而在href参数后,写一个链接,如test.htm而在test.htm里写一些javascript语句,让浏览test.htm的浏览器窗口是无框的呢?
      

  6.   

    这样好象不行,htm不能控制窗口的外观,而在test.htm里面,本身不能改变外观,如果你要最大化的,在test.htm里可以做到!!!