网页用iframe加载速度减慢了不少。关注

解决方案 »

  1.   

    比如我的网站的真实地址为http://www.pchome.net/index.php
    我要在地址栏里显示http://www.csdn.net
    可以吗?怎么做?
      

  2.   

    你的域名空间的index文件应为如下格式
    <html>
    <head>
    </head>
    <title>
    </title>
    <frameset rows="0,*" framespacing="0" border="0" frameborder="0">
    <frame name="top" noresize scrolling="no">
    <frame name="bottom" src="http://www.pchome.net/index.php" noresize scrolling="auto">
    <noframes>
    <body>
    </body>
    </noframes>
    </frameset>
    </html>
      

  3.   

    我要在地址栏里显示http://www.csdn.net呢,这个又怎么做呢?
      

  4.   

    这就不是用PHP了,是用javaxcript,什么不会用?晕了