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 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

 
Change status to:
Topic revision: r3 - 2006-12-16 - CrawfordCurrie
 
Twitter Delicious Facebook Digg Google Bookmarks E-mail LinkedIn Reddit StumbleUpon    
  • Download TWiki
TWiki logo Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.