Created some plain vanilla chrome files to invoke XMLterm through mozilla. Compiles with Feb25 tree. git-svn-id: svn://10.0.0.236/trunk@61877 18797224-902f-48f8-a5cc-f745e15eee43
22 lines
347 B
HTML
22 lines
347 B
HTML
<TITLE> XMLterm Init Frame </TITLE>
|
|
|
|
<FRAMESET ROWS="*,*">
|
|
|
|
<FRAME NAME="xmltbrowser" SRC="about:blank">
|
|
|
|
<FRAME SRC="chrome://xmlterm/content/xmlterm.html">
|
|
|
|
<NOFRAMES>
|
|
|
|
<BODY>
|
|
|
|
XMLterm No Frames Page
|
|
<BR>
|
|
See <A HREF="http://xmlterm.org">xmlterm.org</A> for more information.
|
|
|
|
</BODY>
|
|
|
|
</NOFRAMES>
|
|
|
|
</FRAMESET>
|