【问题标题】:Html5 frames alternativeHtml5 框架替代
【发布时间】:2013-08-23 10:21:49
【问题描述】:

在我的 html5/css3 网站中,我需要从外部主机/服务器加载 <form> 并将其显示在我页面的某个位置。我读过框架已被弃用。有什么替代方法?,我该怎么做?

谢谢

【问题讨论】:

标签: html css iframe frames


【解决方案1】:

您可以为此使用 iframe:

<iframe src="http://example.com/form.php" name="myform"> // or src="path/to/your/form.php"

// the content of your Iframe goes here...

</iframe>  

http://www.quackit.com/html_5/tags/html_iframe_tag.cfm

http://webdesign.about.com/od/iframes/a/html5-iframe-attributes.htm

【讨论】:

  • 有没有办法让 iframe 在父级中占用与其内容一样多的空间?我想让 iframe 适应它的内容。
  • 我在 stackoverflow 上找到了这个。这是一个响应式 iframe,占用了它的父级的 100% stackoverflow.com/a/12121929/1379394
猜你喜欢
  • 1970-01-01
  • 2014-09-27
  • 1970-01-01
  • 1970-01-01
  • 2012-02-22
  • 2010-09-22
  • 2010-11-09
  • 2014-08-14
  • 2022-01-13
相关资源
最近更新 更多