<?php
$url="http://www.tnpsc.gov.in/Notifications/257_not_eng_grp2k11.pdf";
$url_test=urlencode($url);
?>
<iframe style="border-style: none;" src="http://docs.google.com/viewer?url=<?php echo $url_test; ?>&embedded=true" height="500" width="500"></iframe>
iframe显示pdf内容。但代码不适用于ie6。 ie6在iframe中不显示任何内容。
如何在ie6
中使用google doc显示pdf内容答案 0 :(得分:2)
如果你真的必须使用IE6,请尝试安装Google Chrome Frame 它实质上将谷歌Chrome嵌入到IE中。
答案 1 :(得分:1)
Google文档不支持IE6
有关详细信息,请参阅“系统要求”:
http://docs.google.com/support/bin/answer.py?hl=en&answer=37560
由于很多原因,微软甚至不再支持IE6了。因此,您应该尽快迁移到支持的浏览器