地址栏:可以用别的代替,如
index.php
=====
<? include("要显示的页面');?>
======
状态栏:
 <script lan..>  window.status="要显示的内容";</scirpt>

解决方案 »

  1.   

    我的意思是在地址栏里只显示网址如:http://www.csdn.net  浏览所有的页面www.csdn.net后面没有别的了..可行不...
      

  2.   

    默认文件.即index.htm,index.html,index.php等.内容:
    ========================
    <html><head><title></title>
    </head>
    <frameset row="*,0">
        <frame name=main src="你的首页">
        <frame name=nul >
    </frameset>
    </html>
    ====================================
      

  3.   

    用iframe很方便的。例子:<IFRAME name=main marginWidth=0 frameSpacing=0
          marginHeight=0 src="news/list.php" frameborder="0" width="610"
          scrolling=auto height="100%"></IFRAME>