Include the content from other webpages: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
(add How Do I Include One HTML File in Another?)
Line 27: Line 27:
* [[DokuWiki export]]
* [[DokuWiki export]]
* Mediawiki: [[MediaWiki Template]] or transclude syntax([[Mediawiki formatting rules]])
* Mediawiki: [[MediaWiki Template]] or transclude syntax([[Mediawiki formatting rules]])
* [[OddmuseWikiInstallRecord|oddmuse wiki]]: [http://www.oddmuse.org/cgi-bin/wiki/Transclusion Transclusion] means to include a wiki page from elsewhere into your current page
* [[Oddmuse wiki]]: [http://www.oddmuse.org/cgi-bin/wiki/Transclusion Transclusion] means to include a wiki page from elsewhere into your current page


== other software ==
== other software ==

Revision as of 20:45, 3 October 2010

usage

  1. seperate the navigation and content into two parts
  2. compare the content from two webpages

approach

frame or iframe

  • frame or iframe tag, object tag
    • 缺點是瀏覽器上的鏈結,非該篇網頁的靜態鏈結。
    • cross frame layers


Apache


javascript

<script language="JavaScript" type="text/javascript" src="path/to.js"></script>
<noscript><a href="URL">Description</a><noscript>

PHP require / include function

PHP require_once(), include function ...

wiki softwares

other software

other software


further reading