Include the content from other webpages: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
== frame or iframe == | |||
* frame or iframe: 缺點是瀏覽器上的鏈結,非該篇網頁的靜態鏈結。 | * frame or iframe: 缺點是瀏覽器上的鏈結,非該篇網頁的靜態鏈結。 | ||
** cross frame layers | ** cross frame layers | ||
* | |||
* javascript | |||
== Apache == | |||
* [http://httpd.apache.org/docs/1.3/howto/ssi.html Server side includes](SSI) | |||
== javascript == | |||
* general | |||
<script language="JavaScript" type="text/javascript" src="URL"></script> | |||
<noscript><a href="URL">Description</a><noscript> | |||
* feeds2js | |||
** Security issue: XCC | ** Security issue: XCC | ||
== other software == | |||
other software | |||
* [[MovableType]]: template modules, or [http://www.sixapart.com/pronet/plugins/plugin/multiblog.html MultiBlog] plugin | |||
* [[OddmuseWikiInstallRecord|oddmuse wiki]]: [http://www.oddmuse.org/cgi-bin/wiki/Transclusion Transclusion] means to include a page from elsewhere into your current page | |||
[[Category:Web_Dev]] | [[Category:Web_Dev]] | ||
Revision as of 07:07, 1 February 2006
frame or iframe
- frame or iframe: 缺點是瀏覽器上的鏈結,非該篇網頁的靜態鏈結。
- cross frame layers
Apache
- Server side includes(SSI)
javascript
- general
<script language="JavaScript" type="text/javascript" src="URL"></script> <noscript><a href="URL">Description</a><noscript>
- feeds2js
- Security issue: XCC
other software
other software
- MovableType: template modules, or MultiBlog plugin
- oddmuse wiki: Transclusion means to include a page from elsewhere into your current page