document.write('<IFRAME id=Editor WIDTH="100%" height="500" style="BACKGROUND-COLOR: white;" marginwidth="1" scrolling="yes" src="'+Url+'><\/IFRAME>')

解决方案 »

  1.   

    <IFRAME name=Editor WIDTH='100%' height='500' style='BACKGROUND-COLOR: white;' marginwidth='1' scrolling='yes'></IFRAME><a href=abc.htm target=Editor>abc</a>
      

  2.   

    少了一个引号:
    document.write('<IFRAME id=Editor WIDTH="100%" height="500" style="BACKGROUND-COLOR: white;" marginwidth="1" scrolling="yes" src="'+Url+'"><\/IFRAME>')
      

  3.   

    iframeName.location="url"
    注意:是iframeName,不是iframeId