<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>「如何在網頁中嵌入 PDF 檔案？」的迴響</title>
	<atom:link href="http://www.qna.tw/how-to-embed-pdf-file-into-web-page/feed" rel="self" type="application/rss+xml" />
	<link>http://www.qna.tw/how-to-embed-pdf-file-into-web-page</link>
	<description>網路疑難情報指南 Question and Answer over Internet</description>
	<lastBuildDate>Mon, 05 Dec 2011 07:22:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>作者：dagong</title>
		<link>http://www.qna.tw/how-to-embed-pdf-file-into-web-page/comment-page-1#comment-461</link>
		<dc:creator>dagong</dc:creator>
		<pubDate>Thu, 11 Aug 2011 16:53:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.qna.tw/?p=158#comment-461</guid>
		<description>终于搞定了，有很开心哦，感谢管理员热心解答。</description>
		<content:encoded><![CDATA[<p>终于搞定了，有很开心哦，感谢管理员热心解答。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：管理員</title>
		<link>http://www.qna.tw/how-to-embed-pdf-file-into-web-page/comment-page-1#comment-460</link>
		<dc:creator>管理員</dc:creator>
		<pubDate>Thu, 11 Aug 2011 16:26:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.qna.tw/?p=158#comment-460</guid>
		<description>請搜尋源代碼中的 sample 字樣，就是透過 javascript function 去嵌入 iframe 而已。</description>
		<content:encoded><![CDATA[<p>請搜尋源代碼中的 sample 字樣，就是透過 javascript function 去嵌入 iframe 而已。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：dagong</title>
		<link>http://www.qna.tw/how-to-embed-pdf-file-into-web-page/comment-page-1#comment-458</link>
		<dc:creator>dagong</dc:creator>
		<pubDate>Thu, 11 Aug 2011 16:20:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.qna.tw/?p=158#comment-458</guid>
		<description>哦，我知道“檢視原始檔”就是查看网页源代码的意思了，
就是尝试了很久没弄懂如何利用 jQuery 嵌入 iFrame 來載入 pdf viewer ？
是否需要事先做一些设置，或者下载特定的jQuery来调用？</description>
		<content:encoded><![CDATA[<p>哦，我知道“檢視原始檔”就是查看网页源代码的意思了，<br />
就是尝试了很久没弄懂如何利用 jQuery 嵌入 iFrame 來載入 pdf viewer ？<br />
是否需要事先做一些设置，或者下载特定的jQuery来调用？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：dagong</title>
		<link>http://www.qna.tw/how-to-embed-pdf-file-into-web-page/comment-page-1#comment-457</link>
		<dc:creator>dagong</dc:creator>
		<pubDate>Thu, 11 Aug 2011 16:11:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.qna.tw/?p=158#comment-457</guid>
		<description>感谢管理员解答，不过我是新手，请问如何“檢視原始檔”？或者有没有更为详尽的教材？</description>
		<content:encoded><![CDATA[<p>感谢管理员解答，不过我是新手，请问如何“檢視原始檔”？或者有没有更为详尽的教材？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：管理員</title>
		<link>http://www.qna.tw/how-to-embed-pdf-file-into-web-page/comment-page-1#comment-456</link>
		<dc:creator>管理員</dc:creator>
		<pubDate>Thu, 11 Aug 2011 14:28:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.qna.tw/?p=158#comment-456</guid>
		<description>檢視原始檔你就知道囉，就是利用 jQuery 嵌入 iFrame 來載入 pdf viewer 而已。

&lt;script type=&quot;text/javascript&quot;&gt; 
  function sample() {     if (jQuery(&#039;#pdf_viewer&#039;).size() &gt; 0) jQuery(&#039;#pdf_viewer&#039;).remove() ;
    else {
jQuery(&#039;#sample&#039;).append(&#039;&lt;iframe id=&quot;pdf_viewer&quot; src=&quot;http://docs.google.com/gview?url=http://www.qna.tw/upload_file/EMASREPORT.pdf&amp;embedded=true&quot; mce_src=&quot;http://docs.google.com/gview?url=http://www.qna.tw/upload_file/EMASREPORT.pdf&amp;embedded=true&quot; style=&quot;width:540px;height:540px;border:#888 solid 1px&quot; frameborder=&quot;1&quot;&gt;&lt;/iframe&gt;&#039;) ;
    }
}
&lt;/script&gt;</description>
		<content:encoded><![CDATA[<p>檢視原始檔你就知道囉，就是利用 jQuery 嵌入 iFrame 來載入 pdf viewer 而已。</p>
<p><script type="text/javascript"> 
  function sample() {     if (jQuery('#pdf_viewer').size() > 0) jQuery('#pdf_viewer').remove() ;
    else {
jQuery('#sample').append('<iframe id="pdf_viewer" src="http://docs.google.com/gview?url=http://www.qna.tw/upload_file/EMASREPORT.pdf&#038;embedded=true" mce_src="http://docs.google.com/gview?url=http://www.qna.tw/upload_file/EMASREPORT.pdf&amp;embedded=true" style="width:540px;height:540px;border:#888 solid 1px" frameborder="1"></iframe>') ;
    }
}
</script></p>
]]></content:encoded>
	</item>
</channel>
</rss>

