IE7 incomaptiblity

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I used to work on web application which was build on cold fusion 4.5.
that application has a calendar control(through a javascript).
which works Perfectly fine on IE6. when I tried to run the same application
on IE7
it is giving me an error as 'object required'
the satement on which it is giving me an error is
openwindow.document.open();

why it is so.
 
what does it mean does the microsoft ids going to make any changes in IE7
beta 1 so that it can support the older application and i found that on IE 7
it is giving error on many of that javascript statements such as
window.open();
outputwindow.open();

when do i expect the solution of this issue in IE7

thanks
 
Back
Top