Hoi,
>
> The javascript in 'head' should have no effect at all on the rest of
> the style. Can you post the javascript in question? It could be that
> there's a "<[" in it somewhere that disrupts tha page building
> process, although I'd have thought that would not be possible anymore.
>

Its at standard script from http://javascript.internet.com:
<!-- Begin

var months=new Array(13);

months[1]="Januar";

months[2]="Februar";

months[3]="März";

months[4]="April";

months[5]="Mai";

months[6]="Juni";

months[7]="Juli";

months[8]="August";

months[9]="September";

months[10]="Oktober";

months[11]="November";

months[12]="Dezember";

var time=new Date();

var lmonth=months[time.getMonth() + 1];

var date=time.getDate();

var year=time.getYear();

if (year < 2000)    // Y2K Fix, Isaac Powell

year = year + 1900; // http://onyx.idbsu.edu/~ipowell

document.write("<center>" + date + ". ");

document.write(lmonth + " " + year + "</center>");

// End -->


> Where was that described? That's not accurate. You can use midgard
> withing javascript.
>

http://www.midgard-project.org/manual/javascript.htm

It seems to me that not the script itself in "head" is the problem but
the call inside the table itself. When I removed the line <script
language=JavaScript
type=text/javascript>document.write(GetDatum());</script> and
entered a date manually it works fine. As this "malfunction" also
happens when using a static file (called by <script
language=JavaScript  src="/date.js"></script>.

Dank je wel !
Andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to