Vica! Am Freitag, 1. Juli 2005 um 09:38:54 haben Sie geschrieben:
> Thats what I would have thought BUT my IE is being really funny > about it, its not liking it that way and only displays the page when > I have > <script src="../scripts/calendar.js"> </script>, hence why I want > to find out where its being converted to <script > language="JavaScript" src="../scripts/calendar.js"/> Try to put something inside your script-tag. I asked a similar question here a few days ago. Didn't have the time to test it yet, but I'm pretty sure that it will do the trick: Put a   inside the tag. If you use a XHTML doctype, your <script> needs the type attribute (it's mandatory). Language isn't part of the specs. Martin. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
