<iframe width="100%" height="100%" borderspacing=0 src="<%=Request.Querystring("goURL")%>"></iframe>
也可以用
xmlhttp对象

解决方案 »

  1.   

    <iframe  >  会多出一个滚动条,不好
      

  2.   

    maybe 
    server.transfer "www.163.net"
      

  3.   

    <iframe scrolling=no>这样就不会有滚动条了
      

  4.   

    <iframe scrolling=no> 放到下面中
     
      <iframe width="100%" height="100%" borderspacing=0 src="<%=Request.Querystring("www.163.net")%>" scrolling=no></iframe> 
     
    发现什么也没有。空白框一个。
    算了,不问了。