If you're using these files to create your web, don't forget to add
this
line in HTML header:
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html;
charset=3Dyour_encoding">
and change your_encoding to your encoding, of course !
This is because the default encoding is ISO-8859-1.
It's better to put this line right after <head>, like this:
<head>
<meta .....>
<title>....
....
</head>
If you've also got the possibility to configure webserver, make it send
the
encoding in HTTP header too because not all browser take into account
this
meta stuff.
> -----Message d'origine-----
> De : Nozer Dadaji [mailto:nozerpd@h...]
> Envoy=C3=A9 : mercredi 18 d=C3=A9cembre 2002 00:41
> =C3=80 : javascript
> Objet : [javascript] Re: included js file
>
>
> Further to my message: I've got an example you can view at
> http://bbs.bbc.org/newsletter/dec02nl/menu/jdmenu.html
>
> and dowload the source from
> http://bbs.bbc.org/newsletter/dec02nl/menu/jdmenu.zip
>
> Nozer.
>