In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] wrote: > Henrik Gemal wrote: > > > Suddenly I got confused! > > > > What's the correct thing to use: > > <script type="application/x-javascript" > > or > > <script type="text/javascript"
> For > web content text/javascript is better because some browsers get confused > and don't execute the script if they see application/x-javascript Do you recall the problem browsers? NN3 attempts to download the file if it's served as text/javascript, but all those I've tried are happy with application/x-javascript. -- Phil Shaw <URL:http://www.codestyle.org/>
