[l2h] Refer to extern JavaScript-file

Margitta Lachmann Margitta.Lachmann@ias.et.tu-dresden.de
Tue, 19 Mar 2002 08:50:32 +0100


--------------7441EF7380DF4460850805CB
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

Hello,

how do I produce in the head of each HTML-page for example:

<head>
<script language="JavaScript"  src="javascripte.js"
type="text/javascript">
</script>
</head>

When I refer to extern StyleSheet-file, I write e.g. in
.latex2html-init  :

$STYLESHEET = “../default.css”;

… and after latex2html was running through it is written in the each
HTML-page:

<head>

<LINK REL="STYLESHEET" HREF="../default.css">

</head> .

It  works  verry well.

But how can I do if  I want that there is a refer to an JavaScript-file
in the head of each HTML-page???


Margitta


--------------7441EF7380DF4460850805CB
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Hello,
<p>how do I produce in the head of each HTML-page for example:
<p><font size=-1>&lt;head></font>
<br><b>&lt;script language="JavaScript"&nbsp; src="javascripte.js" type="text/javascript"></b>
<br><b>&lt;/script></b>
<br><font size=-1>&lt;/head></font>
<p>When I refer to extern StyleSheet-file, I write e.g. in&nbsp; <u>.latex2html-init</u>&nbsp;
:
<p>$STYLESHEET = “../default.css”;
<p>… and after latex2html was running through it is written in the each
HTML-page:
<p><font size=-1>&lt;head></font>
<p>&lt;LINK REL="STYLESHEET" HREF="../default.css">
<p><font size=-1>&lt;/head> .</font>
<p>It&nbsp; works&nbsp; verry well.
<p>But how can I do if&nbsp; I want that there is a refer to an JavaScript-file
in the head of each HTML-page???
<br>&nbsp;
<p>Margitta
<br>&nbsp;</html>

--------------7441EF7380DF4460850805CB--