Question
The group I'm working with has a large number of HTML files (and related .js files etc) that I'd like to directly import into TWiki (no HTML translation).
As a result, I was reading the answer to this question:
How to Disable HTML TML Translator
Peter mentions that only the information between the
<body>
tags should be included. That's easy enough to do but some of our files have
<script>
information in the
<head>
area. Things such as:
<script type="text/javascript" language="JavaScript1.2" src="private/title.js"></script>
Where should I place this so the script can be found?
Thanks for helping with this.
Environment
--
GregMiller - 29 Nov 2006
Answer
If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.
You can try to place the html contents in an iframe. For instance:
<iframe src="http://twiki.org" width="100%" height="200px"></iframe>
Where the iframe
src can be a attachment url.
--
ArthurClemens - 30 Nov 2006
Marking answered, as asker has gone quiet.
--
CrawfordCurrie - 16 Dec 2006