473,385 Members | 1,655 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

{J,Java}Script improvements/changes in IE 8

I haven't seen anything about updates that might be made to JavaScript
support in IE 8. Does anyone know if it's headed toward 1.7/1.8/2.0?
Jun 27 '08 #1
5 1059
joebloe wrote:
I haven't seen anything about updates that might be made to JavaScript
support in IE 8. Does anyone know if it's headed toward 1.7/1.8/2.0?
Microsoft Internet Explorer and other MSHTML-based user agents do not
support Netscape/Mozilla.org JavaScript, they support Microsoft JScript.

http://jibbering.com/faq/
http://PointedEars.de/es-matrix
PointedEars
--
Anyone who slaps a 'this page is best viewed with Browser X' label on
a Web page appears to be yearning for the bad old days, before the Web,
when you had very little chance of reading a document written on another
computer, another word processor, or another network. -- Tim Berners-Lee
Jun 27 '08 #2
joebloe wrote:
I haven't seen anything about updates that might be made to JavaScript
support in IE 8. Does anyone know if it's headed toward 1.7/1.8/2.0?
You could ask it yourself to the browser :-)

http://bclary.com/2004/08/27/javascr...ompatibilities

(a same test could be done with 'language="JScript"')

--
Bart
Jun 27 '08 #3
joebloe wrote:
I haven't seen anything about updates that might be made to JavaScript
support in IE 8. Does anyone know if it's headed toward 1.7/1.8/2.0?
I have not heard anything about new features for the JScript engine.
There will be various DOM enhancements, some bug fixes like fixing the
attribute/property problem on HTML DOM elements, some new features like
a selector API:
http://msdn.microsoft.com/en-us/libr...69(VS.85).aspx
http://msdn.microsoft.com/en-us/libr...15(VS.85).aspx

--

Martin Honnen
http://JavaScript.FAQTs.com/
Jun 27 '08 #4
On Jun 4, 6:04*pm, Martin Honnen <mahotr...@yahoo.dewrote:
>
(...) some bug fixes like fixing the
attribute/property problem on HTML DOM elements (...)
Martin, where's that bug documented, please ?

Thanks,
--Jorge.
Jun 27 '08 #5
Jorge wrote:
On Jun 4, 6:04 pm, Martin Honnen <mahotr...@yahoo.dewrote:
>(...) some bug fixes like fixing the
attribute/property problem on HTML DOM elements (...)

Martin, where's that bug documented, please ?
http://code.msdn.microsoft.com/ie8wh...?ReleaseId=571
has a link to a document listing what MS has fixed in IE 8 beta in terms
of the DOM.

I think there is a shorter HTML document about that online but can't
find the link to that currently.
--

Martin Honnen
http://JavaScript.FAQTs.com/
Jun 27 '08 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Mircea Pleteriu | last post by:
Hi all, I have created a .NET Windows control with c#. I have placed the control on a HTML page within the OBJECT element. Everything works fine up to now. Now, I wanna implement the...
1
by: viktor9990 | last post by:
I have a page called CustomerSlides.aspx which contains an iframe(with the source Lookupage.aspx). The iframe page will look continuously in the database to see if a value has changed: if it is...
1
by: viktor9990 | last post by:
I have a page called CustomerSlides.aspx which contains an iframe(with the source Lookupage.aspx). The iframe page will look continuously in the database to see if a value has changed: if it is...
3
by: Razvan | last post by:
Hello, Can somebody recommend me a Java Script scroller that can scroll an i-frame ? I tried the Tigra scroller (www.softcomplex.com/products/tigra_scroller/) but sometimes it does not...
4
by: Jeff | last post by:
Hi, Are there anyone can help me? My questions are as following: Because I have a tools bar which coding with javascript, it will reuse very often. So I want to separate the client-side java...
5
by: Brian Henry | last post by:
I am trying to add some items to a list box in java script, they add just fine, the values and text are how they should be. The problem though is when I try to access these added items from asp.net...
34
by: kpg | last post by:
Hello all, I have an asp.net web application with tons of Java script files. I would like to protect the Java Script somehow so it can't be seen by a remote user. I found several 3rd party...
1
by: Yousaf | last post by:
How can i get MS Excel like formulas in Java Script , so that my webpage controls get updated when their value changes based on the formula specified.
3
by: Anthony Jones | last post by:
"paulmitchell507" <paulmitchell507@googlemail.comwrote in message news:effe22fb-7c85-4172-953d-d6546cd548f8@c58g2000hsc.googlegroups.com... On Aug 12, 1:06 pm, "Anthony Jones"...
0
by: tosreejithp | last post by:
Hi, My first problem was i am not able to compiled a file from java script to java class.Now its clear and working fine..now i can convert a java script file to java class by Rhino Java Script...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.