タカラとトミーがくっついて
今日から http://www.takaratomy.co.jpというサイトがオープンした。
http://www.itmedia.co.jp/news/articles/0505/13/news090.html
なんかやたら重いサイトだなぁ~
と思ってみてたら会社の同僚がこんなの見つけた。
http://www.takaratomy.co.jp/products/plarail/
ソースのトップから一部。
<% Response.CacheControl = “no-cache” %>
<% Response.AddHeader “Pragma”, “no-cache” %>
<% Response.Expires = -1 %>
<html>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=Shift_JIS”>
<title>TOMY – プラレール</title>
<link rel=”stylesheet” href=”./include/css/common.css” type=”text/css”>
<script language=”JavaScript” src=”./include/js/css_distribute.js”></script>
<script type=”text/JavaScript” src=”./include/js/tomipla.js”></script>
な~んか変なものが見えますねぇ
IEだと見えないんだけどね。FireFoxだと画面上に表示されちゃってる。
これって ASPのプログラムですな。見えちゃダメじゃん。
このページのレスポンスヘッダを見てみると。
HTTP/1.x 200 OK
Set-Cookie: t2web02=2370283712.20480.0000; path=/
Date: Wed, 01 Mar 2006 06:21:33 GMT
Server: Apache/2.0.46 (Red Hat)
Last-Modified: Thu, 23 Feb 2006 13:48:19 GMT
Etag: “700e1-4abf-7f3f4ec0″
Accept-Ranges: bytes
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 3666
Connection: close
Content-Type: text/html
Server: Apache/2.0.46 (Red Hat)ってなってる。
Proxyなのか、
間違えてASPのコード書いてるのか、
このヘッダが偽ってるだけなのか、
なんでしょうねぇ。
いちおーお問い合わせからひと言送っておいた。