Tags:
create new tag
view all tags

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

TWiki version: TWikiRelease04x00x05
TWiki plugins: DefaultPlugin, EmptyPlugin, InterwikiPlugin
Server OS:  
Web server:  
Perl version:  
Client OS:  
Web Browser:  
Categories: Plugins

-- GregMiller - 29 Nov 2006

Answer

ALERT! If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is 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

Change status to:
Edit | Attach | Watch | Print version | History: r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r3 - 2006-12-16 - CrawfordCurrie
 
  • Learn about TWiki  
  • Download TWiki
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.