how do I produce in the head of each HTML-page for example:
<head>
<script language="JavaScript" src="javascript:void(0);" 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
