[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><head></font>
<br><b><script language="JavaScript" src="javascripte.js" type="text/javascript"></b>
<br><b></script></b>
<br><font size=-1></head></font>
<p>When I refer to extern StyleSheet-file, I write e.g. in <u>.latex2html-init</u>
:
<p>$STYLESHEET = “../default.css”;
<p>… and after latex2html was running through it is written in the each
HTML-page:
<p><font size=-1><head></font>
<p><LINK REL="STYLESHEET" HREF="../default.css">
<p><font size=-1></head> .</font>
<p>It works verry well.
<p>But how can I do if I want that there is a refer to an JavaScript-file
in the head of each HTML-page???
<br>
<p>Margitta
<br> </html>
--------------7441EF7380DF4460850805CB--