<iframe src="http://www.abc.com/abc.asp?id=10&Str=Test">

解决方案 »

  1.   

    可通过xmlhttp 不过不同域之间传送会有安全问题 需要设置ie安全级别
    <script language="javascript">
    <!--
    var str = '<iframe src="http://www.abc.com">';
    var o  =new ActiveXObject("Microsoft.XMLHTTP");
    o.open("post","http://abc.com/d.asp?str="+str,false);
    o.send()
    //-->
    </script>d.asp通过 Request.QueryString("str")即可获
      

  2.   

    <script>
    vv = 9314386;
    document.write("<iframe width=800 height=600 src=\"http://expert.csdn.net/Expert/topic/2878/2878670.xml?temp=vv\" frameborder=0>")
    </script>