Click to See Complete Forum and Search --> : IE compliant but not Netscape Newbiee


wizard2010
11-16-2003, 02:44 PM
Prob an easy answer to most but i'm just getting started and i have to ask some of the silly questions.

Okay i'm using dreamweaver MX and when i run Browser check on some Java script ive place in my document i get the following error?

Tag SCRIPT is missing required attribute type [Netscape Navigator 7.0]

its picking up on the first word "Script".
<:SCRIPT: LANGUAGE="JavaScript">

<!--code-->

</script>

How can i fix this Help!
I cant find any ref to it anywhere..:confused[COLOR=red]

Charles
11-16-2003, 02:56 PM
Back in 1997 the "language" attribute was depricated in favor of the now required "type" attribute. See http://www.w3.org/TR/html4/interact/scripts.html#edef-SCRIPT.

wizard2010
11-16-2003, 03:22 PM
Well after 15 mins of reading what seems to be the wholey grail of web and it blow my mind.

the more i read the worse it became to finding a solution.
i'm trying to say that i had a good read but got lost.

So ive had a few attempts somthing like this.

type=<SCRIPT LANGUAGE="JavaScript">

So i dont think i got it did I.

Stop laughing :(

Can i have a clue... Please...

soccer362001
11-16-2003, 03:25 PM
<script type="text/javascript">

wizard2010
11-16-2003, 03:30 PM
It works thanks a mill..


First for letting me see the wholey grail.:D
And the quick responce.:D

Thanks for you contributions.

Both were useful and solved my problem.:D

soccer362001
11-16-2003, 03:39 PM
Your welcome