您的位置:首页技术文章
文章详情页

html5 - 如何用div语法在一个html里插入另外一段html(或者文件)代码并完整显示

【字号: 日期:2023-01-17 18:47:25浏览:27作者:猪猪

问题描述

html5 - 如何用div语法在一个html里插入另外一段html(或者文件)代码并完整显示html5 - 如何用div语法在一个html里插入另外一段html(或者文件)代码并完整显示这个是写出来的效果

html5 - 如何用div语法在一个html里插入另外一段html(或者文件)代码并完整显示 这个是原图html效果

<iframe src='https://www.haobala.com/wenda/test12.html' name='iframepage' frameBorder=0 scrolling=no onLoad='iFrameHeight()' ></iframe>这个是代码请问怎么才能显示完整呢?方便的话请提供一下完整代码。。

这里是前半段的代码<!DOCTYPE html><html> <head>

<title>data</title><meta charset='utf-8'><meta name='author' content='2' /><link rel='stylesheet' href='https://www.haobala.com/wenda/zh-CN.css' type='text/css' />

</head> <body>

<textarea id='source'>

class: center, middle, inverse, title-slide

data123

<iframe src='https://www.haobala.com/wenda/test12.html' name='iframepage' frameBorder=0 scrolling=no onLoad='iFrameHeight()' ></iframe>

class: inverse, center, middle

问题解答

回答1:

试试这个可以吗

function iFrameHeight() { document.getElementById('iframepage').style.height = window.frames[’iframepage’].document.documentElement.scrollHeight + ’px’;}

标签: Html5
相关文章: