Google表单不会在html中加载iframe

时间:2016-03-07 06:10:59

标签: html html5 iframe web

我在HTML5中使用<iframe>,它可以正常用于除谷歌表单之外的所有其他链接。请告诉我我错在哪里。以下是我使用的链接:
http://www.sciencekidunya.com/event

和Google表单链接是: https://docs.google.com/forms/d/1ehENKS61N8rmXHxvIk7A8l0ocKBTpjgN4zpY-VDqJXs/viewform

,代码是:

 <body>
 <center><img src="banner.jpg" width="100%" height="40%"><br><br>
<iframe src="https://docs.google.com/forms/d/1ehENKS61N8rmXHxvIk7A8l0ocKBTpjgN4zpY-VDqJXs/viewform"></iframe>
 </center></body>

0 个答案:

没有答案