Microsoft MVP성태의 닷넷 이야기
개발자 입장에서 IE 7.0 에서 바뀐 점들 [링크 복사], [링크+제목 복사],
조회: 11189
글쓴 사람
정성태 (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)
239정성태4/18/200612288Display a Web Page in a Plain C Win32 Application
238정성태4/17/200612244ASP.NET 2.0 의 Provider 관련 쪽 소스 공개
237정성태4/17/200611959Microsoft Application Verifier
236정성태4/17/200613203IIS6 - IE static resource caching problem
235정성태4/13/200611854"Atlas" Control Toolkit for April CTP Released
234정성태4/13/200612214Access Visual Studio 2005 Team System From Macintosh and UNIX Systems, and from within the Eclipse IDE
233정성태4/13/200611951More Workflow Videos
232정성태4/13/200612941Microsoft Visual C++ 2005 Redistributable Package
231정성태4/13/200612443Windows Presentation Foundation Hands-On-Labs - February 2006 CTP
230정성태4/13/200612324Microsoft Management Model Designer
229정성태4/13/200613345Discovery Wizard for SharePoint
228정성태4/13/200612860TeamPlain Web Access for Team System
227정성태4/13/200612658Scrum for Team System Released
226정성태4/13/200612594Visual Studio Team Foundation Server MSSCCI Provider Version 1.0
224정성태4/13/200612081VC++ - GroupLab Component Library
223정성태4/13/200611210MSBuild Community Tasks Project releases new version
225정성태4/13/200610632    답변글 Visual Studio 2005 Web Application Projects (RC1)
222정성태4/13/200611708Visual Studio 2005 Security Features and Tools
220정성태6/8/200611572Shared Source Common Language Infrastructure 2.0 Release [1]
219정성태8/4/200611454Simple List Extensions Specification
218정성태4/13/2006120493rd party library - EZShellExtensions.Net 1.0 [1]
217정성태4/13/200611844Bug Details: GC fails to load in server mode if config file contains none ASCII characters
215정성태4/13/200612012http://www.400plusdifferences.com/
214정성태4/13/200610359Team Foundation Server, Biztalk 2006
216정성태4/13/200611802    답변글 Team Foundation Server 시험판 공개 다운로드
213정성태4/13/200611936Introduction to the MSN Messenger Activity SDK
... 31  32  33  34  35  36  37  [38]  39  40  41  42  43  44  45  ...