10/02/26 13:47:09
>>319
> どこをどう見ると、Appleのサイトのソースが1つに全部書いてると思えるんだ?
トップページのHTMLにこんなコードが書かれているのを見たとき
/********************************************************************/
/* Netscape 4.X and lower on Unix uses EUC-JP instead of SHIFT-JIS. */
/* Remove this character-set fix if you are NOT using SHIFT-JIS or */
/* an equivalent (SHIFT_JIS, SJIS, CSSHIFTJIS, MS_KANJI, etc...). */
/********************************************************************/
if ((navigator.appName.indexOf('Netscape')>=0)&&
(parseInt(navigator.appVersion)<=4)&&
(navigator.userAgent.toLowerCase().indexOf('win')<0)&&
(navigator.userAgent.toLowerCase().indexOf('mac')<0)) {
s.charSet="EUC-JP"
}