HTML-iFrame PDF工具栏缺失

时间:2016-07-13 19:54:39

标签: html internet-explorer iframe

在IE中缺少iframe pdf工具栏,工作正常的Chrome和Firefox

HTML:

<!DOCTYPE html>
<html>
<body>

<iframe src="http://www.tutorialspoint.com/angularjs/angularjs_tutorial.pdf" width="800px" height="900px">
  <p>Your browser does not support iframes.</p>
</iframe>

</body>
</html>

0 个答案:

没有答案