Microsoft MVP성태의 닷넷 이야기
개발자 입장에서 IE 7.0 에서 바뀐 점들 [링크 복사], [링크+제목 복사],
조회: 11193
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 

그냥 간단히 훑어 본 것이라 별다르게 눈에 띄는 것은 없네요.
차차 자세한 사항들이 널리 알려 지겠지요.

일단, 다음의 2가지만 먼저 알아둡시다. ^^


1. Windowless SELECT Tag

In IE7, we have re-worked the SELECT element

We are continuing to refine the Windowless SELECT elements and we are very proud of it SELECT element in IE7 - Windowless and Z-order


2. XMLHTTPRequest 개체가 ActiveXObject 로서가 아니라, window 개체 모델에 포함되었다는 점도 눈에 띄네요

if (window.XMLHttpRequest){

// If IE7, Mozilla, Safari, etc: Use native object
var xmlHttp = new XMLHttpRequest()

}
else 
{
if (window.ActiveXObject){

// ...otherwise, use the ActiveX control for IE5.x and IE6
var xmlHttp = new ActiveXObject("Microsoft.XMLHTTP"); 
}

}







[최초 등록일: ]
[최종 수정일: 4/14/2006]


비밀번호

댓글 작성자
 




... 31  32  33  34  35  36  37  38  39  40  [41]  42  43  44  45  ...
NoWriterDateCnt.TitleFile(s)
160정성태4/13/200612195MS 인증서버 : 인증서 유효 기간 기본값 변경
157정성태4/13/200611618Converting a managed PDB into a XML file
158정성태4/13/200610958    답변글 [추가]: A SymWriter sample is coming...
156정성태4/13/200611970Method Call Interception (MCI) in C++
155정성태4/13/200611519Web Project Conversion Wizard
154정성태12/21/200512291Interprocess Communication Using the Running Object Table (ROT)파일 다운로드1
153정성태4/13/200611945Assembly loading failure is expensive [1]
152정성태4/13/200612275ASCX 컨트롤을 커스텀 컨트롤로 사용하는 방법.
151정성태4/13/200611165TechNet 세미나 목록
150정성태4/13/200611236SCDL Tool [2]
149정성태4/13/200611319Disk (based) Output Cache
147정성태4/13/200611173CLR Profiler for the .NET Framework 2.0
146정성태4/13/200612110Scriptomatic Version 2.0 by the Microsoft Scripting Guys
145정성태4/13/200611623Windows Server 2003 R2 [2]
144정성태4/13/200612110WTL(Windows Template Library) 7.5
143정성태4/13/200612398.NET 1.1 에서 WebService Client 의 KeepAlive = false; 설정
142정성태4/13/200611553Virtual Server 2005 R2 (x86, x64) EE 180-day Evaluation [2]
141정성태4/13/200612196.NET 표준개발 가이드와 Microsoft.Framework 공개
140정성태4/13/200610683PAINT.NET
139정성태11/30/20051169012월 세미나 행사
137정성태11/17/200511168WSE 3.0 정식 버전
162정성태4/13/200611787    답변글 [추가]: Web Service Security Guide
136정성태11/17/200511435Creating an Outlook My.Blogs Managed Code Add-in
138정성태11/24/200510865    답변글 Ceating an Outlook Business Contact Assistant Add-in with Visual Studio Tools for Office
135정성태11/16/200511190What's port 445 used for in Windows 2000/XP?파일 다운로드1
134정성태11/15/200511175Microsoft SQL Server Management Studio Express - Community Technical Preview (CTP) November 2005 [1]
... 31  32  33  34  35  36  37  38  39  40  [41]  42  43  44  45  ...