Moin Moin !
Vielleicht sorgt dieser Fetzen HTML ja für Erleuchtung, wenn Du ihn Dir mal als Datei speicherst und im Browser öffnest:
<html>
<head>
<title>demo</title>
<script type="text/javascript" language="Javascript"><!--
alert('im Head');
//--></script>
</head>
<script type="text/javascript" language="Javascript"><!--
alert('zwischen Head und Body -- igitt!');
//--></script>
<body onload="alert('onload');">
<script type="text/javascript" language="Javascript"><!--
alert('im Body');
//--></script>
</body>
</html>
Alexander
--
Nein, ich beantworte keine Fragen per eMail. Dafür ist das Forum da.
Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so!"
Nein, ich beantworte keine Fragen per eMail. Dafür ist das Forum da.
Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so!"