没有src的iframe - 我能做到吗?

时间:2012-03-20 08:07:03

标签: javascript html ajax iframe

我想在我的html页面中创建另一个“上下文”。比如iframe加载的页面。现在,我想要做的是使用这个iframe,但没有src。

某些事情如:

 <iframe allowtransparency="true" frameborder="0" scrolling="no" style="width:300px; height:20px;">
    <html>
        <head></head>
        <body>
            <div>
                Hello World
            </div>            
        </body>    
     </html>
</iframe>​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​

我需要这个,因为我不会使用ajax而且我需要加载一个脚本,这个脚本可能会在同一个页面上下文中产生一些问题(就像昨天在SO上我wrote)。

1 个答案:

答案 0 :(得分:2)

似乎这是不可能的:(,创建单独的html文件的唯一方法。

来源:http://stackprogramer.com/7276457/is-it-possible-to-create-iframe-without-src-but-with-my-html