<iframe scr="xxxxx" name=a></iframe></window.frames[a].location="new.asp"

解决方案 »

  1.   

    sorry<iframe scr="xxxxx" name=a></iframe></window.frames["a"].location="new.asp"
      

  2.   

    <table><tr><td><iframe scr="" id="ifm" ></iframe></td></tr></table>
    <script>
    document.getElementById('ifm').src='你要的文件名';;
    </script>
      

  3.   

    <table><tr><td><iframe src="simple.asp"></iframe></td></tr></table>
    <input type=button onclick="self.frames[0].location='url'" value="aaa">