中の技術日誌ブログ

C#とC++/CLIと
VBと.NETとWindowsで戯れる
 

目次

Blog 利用状況

ニュース

自己紹介

東京でソフトウェアエンジニアをやっています。
お仕事大募集中です。
記事執筆や、講師依頼とかでも何でもどうぞ(*^_^*)
似顔絵 MSMVPロゴ
MSMVP Visual C# Since 2004/04-2013/03

記事カテゴリ

書庫

日記カテゴリ

00-整理

01-MSMVP

ドキュメントタイプ宣言を1バイト目から設定する

IEのHTML解釈は1行目1バイトにドキュメントタイプ宣言がないといけません。

よくあるaspxファイルは以下のようになっています。

<%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false" Inherits="WebApplication5.WebForm1" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > 
<html>
  <head>
    <title>WebForm1</title>
    <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
    <meta name="CODE_LANGUAGE" Content="C#">
    <meta name=vs_defaultClientScript content="JavaScript">
    <meta name=vs_targetSchema content="http://schemas.microsoft.com/intellisense/ie5">
  </head>
  <body MS_POSITIONING="GridLayout">
  
    <form id="Form1" method="post" runat="server">
    </form>
  
  </body>
</html>

このaspxを実行して出来上がるHTMLは以下のようなものです。

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > 
<html>
  <head>
    <title>WebForm1</title>
    <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
    <meta name="CODE_LANGUAGE" Content="C#">
    <meta name=vs_defaultClientScript content="JavaScript">
    <meta name=vs_targetSchema content="http://schemas.microsoft.com/intellisense/ie5">
  </head>
  <body MS_POSITIONING="GridLayout">
  
    <form name="Form1" method="post" action="WebForm1.aspx" id="Form1">
<input type="hidden" name="__VIEWSTATE" value="dDwtNjU0MzcyMTk1Ozs+61GRseu9VSPsWFkyCg2vFMT54Sc=" />

    </form>
  
  </body>
</html>

この1行目の空白が曲者です。

以下は本家で。
http://naka.wankuma.com/site/column/aspnet/00004.htm

投稿日時 : 2005年5月23日 1:22

コメントを追加

# re: ドキュメントタイプ宣言を1バイト目から設定する 2005/05/23 6:08 石坂

同様な理由で、XHTMLを使う場合でも先頭行にXML宣言書いちゃ行けないってのもありますね。
この辺も「IE7で直るんだろうな」という箇所ですが。

# re: ドキュメントタイプ宣言を1バイト目から設定する 2005/05/23 11:22 じゃんぬねっと

そうそう、1行目のディレクティブの後ろに入れなきゃいけないんだよねー。
VS から作業すると、勝手に改行されちゃうんだよねー。

# mUjcksCZhok 2011/09/29 9:02 http://oemfinder.com

BfLHVg Author, Shoot yourself a knee..!

# rCEyZkSUrHwmHplR 2011/11/02 5:22 http://www.pharmaciecambier.com/

Somewhere in the Internet I have already read almost the same selection of information, but anyway thanks!!...

# xweRryGoyQSH 2011/11/02 6:15 http://optclinic.com/

See it for the first time!!...

# UyEInpKMmjiwN 2011/11/08 16:20 http://impuissancehomme.net

The author deserves for the monument:D

# YoMIxMTVVYFFsTG 2011/11/08 19:10 http://www.buylasix.biz

Yeah, in my opinion, it is written on every fence!!...

# PRVAERgJzSpuBgcUlgH 2011/11/15 3:48 http://www.pharmaciedelange.com/

I`m so grateful that you enlightened me and the most important thing that it happened in time. Just think, I have been using the internet for six years already but it`s the first time I`ve ever heard about it!...

# qzCXQUbadvjlcds 2011/11/16 3:53 http://www.laurenslinens.com/teenbedding.html

Left on my site a link to this post. I think many people will be interested in it..!

# RBuhyCjYqglIaW 2011/12/27 6:05 http://www.hansensurf.com

See it for the first time!!...

# mKtBHwGjMYeD 2011/12/28 6:54 http://www.seokiwi.com/

It's pleasant sitting at work to distract from it?to relax and read the information written here:D

# MHexgVjeKpmTnAravx 2012/01/14 2:50 http://www.avidelectrical.com.au/

comment1

# ftAQPSOxmdRPfYW 2012/01/14 2:53 http://www.michelegreenmd.com/

comment3

タイトル
名前
URL
コメント