text 在iframe中嵌入表单,将iframe自动调整为内容并重建iframe以在iframe URL中包含父页面参数fo
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 在iframe中嵌入表单,将iframe自动调整为内容并重建iframe以在iframe URL中包含父页面参数fo相关的知识,希望对你有一定的参考价值。
<noscript>
<iframe src="https://go.pardot.com/l/311851/2018-03-21/69x17" id="sizetracker" width="100%" height="100%" type="text/html" frameborder="0" allowTransparency="true"></iframe>
</noscript>
<script type="text/javascript">
var form = 'https://go.pardot.com/l/311851/2018-03-21/69x17';
var params = window.location.search;
var thisScript = document.scripts[document.scripts.length - 1];
var iframe = document.createElement('iframe');
iframe.setAttribute('src', form + params);
iframe.setAttribute('width', '100%');
iframe.setAttribute('height', '100%');
iframe.setAttribute('type', 'text/html');
iframe.setAttribute('frameborder', 0);
iframe.setAttribute('allowTransparency', 'true');
iframe.style.border = '0';
thisScript.parentElement.replaceChild(iframe, thisScript);
</script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/3.5.14/iframeResizer.js"></script>
<script type="text/javascript">iFrameResize({log:true, checkOrigin:false});</script>
以上是关于text 在iframe中嵌入表单,将iframe自动调整为内容并重建iframe以在iframe URL中包含父页面参数fo的主要内容,如果未能解决你的问题,请参考以下文章
在 iFrames 中使用字段自动在输入上输入键 Tab 到下一个输入
无法在Joomla中嵌入iframe
在对象中嵌入文本/html(而不是 iframe)
如何将Google Form iframe嵌入具有灵活高度的html css(响应式)
在 iframe 中隐藏嵌入网页的页脚
在 iframe 中双重提交值表单