Henrik Gemal wrote: > Suddenly I got confused! > > What's the correct thing to use: > <script type="application/x-javascript" > or > <script type="text/javascript" > ? > > -- > Henrik Gemal, [EMAIL PROTECTED] > Webmail Evangelist > Opasia > > http://card.gemal.dk > > >
In the chrome we use application/x-javascript (see the bug for the reasons (I don't remember the number but it should be easy to find). For web content text/javascript is better because some browsers get confused and don't execute the script if they see application/x-javascript -Fabian.
