473,402 Members | 2,050 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,402 software developers and data experts.

MS08-045 - Cumulative Security Update for Internet Explorer (953838)and frame location

JAG
The following line of code worked in my .hta prior to installing
MS08-045 - Cumulative Security Update for Internet Explorer (953838)
(on both XP and W2K):
window.top.frames['viewer'].location = [currentDoc];

After installing the above update on both XP and W2K, I had to change
the above line to the following to get the same result:
window.top.frames['viewer'].location = ["viewer.html"];

I did a little research on the MS site but failed to get specifics on
what "Cumulative" really means.

Does anyone know what was "fixed" in IE, and/or why I had to
explicitly specify the frame location?

Thanks in advance.
Nov 7 '08 #1
4 1965
On Nov 7, 10:12*am, JAG <mleon...@omegavue.comwrote:
The following line of code worked in my .hta prior to installing
MS08-045 - Cumulative Security Update for Internet Explorer (953838)
(on both XP and W2K):
window.top.frames['viewer'].location = [currentDoc];

After installing the above update on both XP and W2K, I had to change
the above line to the following to get the same result:
window.top.frames['viewer'].location = ["viewer.html"];

I did a little research on the MS site but failed to get specifics on
what "Cumulative" really means.
Their update comments are full of other jargon too, such as "hotfix"
and "rollup". There are "Cumulative update rollups" and "Hotfix
rollups", so who knows? MS aren't saying, they attempt to describe
what cumulative update means here:

<URL: http://support.microsoft.com/kb/953878/en-us >

which talks about it in terms of hotfixes, without explaining what a
hotfix is. There is an MS blog entry that tries to explain the
diffences (you may not think it succeeds):

<URL: http://blogs.msdn.com/project/archiv...rsus-a-sp.aspx
>
Does anyone know what was "fixed" in IE, and/or why I had to
explicitly specify the frame location?
Try asking in a group interested in Microsoft updates to IE.
--
Rob
Nov 7 '08 #2
RobG wrote on 07 nov 2008 in comp.lang.javascript:
There are "Cumulative update rollups" and "Hotfix
rollups", so who knows?
If hotfixes are rolled up, they can become too hot to touch.

Rollups can be fixed or dynamic, the latter unroll spontaneously.

Cumulative rollups are hotfixes that were forgotten to be included in
earlier uprolled updates.

Did MS ever cumulate in any cool fixes of hot rollups?

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Nov 7 '08 #3
JAG wrote:
The following line of code worked in my .hta prior to installing
MS08-045 - Cumulative Security Update for Internet Explorer (953838)
(on both XP and W2K):
window.top.frames['viewer'].location = [currentDoc];
^ ^
After installing the above update on both XP and W2K, I had to change
the above line to the following to get the same result:
window.top.frames['viewer'].location = ["viewer.html"];
^ ^
You have not said what `currentDoc' is, so all bets are off. However, one
wonders why you try to assign an Array object reference instead of a proper
primitive string value in the first place. Maybe you should first get the
basics of JScript and MSHTML DOM programming right.
PointedEars
--
Use any version of Microsoft Frontpage to create your site.
(This won't prevent people from viewing your source, but no one
will want to steal it.)
-- from <http://www.vortex-webdesign.com/help/hidesource.htm>
Nov 7 '08 #4
JAG
On Nov 7, 6:32*am, Thomas 'PointedEars' Lahn <PointedE...@web.de>
wrote:
JAG wrote:
The following line of code worked in my .hta prior to installing
MS08-045 - Cumulative Security Update for Internet Explorer (953838)
(on both XP and W2K):
window.top.frames['viewer'].location = [currentDoc];

* * * * * * * * * * * * * * * * * * * * *^ * * * * *^After installing the above update on both XP and W2K, I had to change
the above line to the following to get the same result:
window.top.frames['viewer'].location = ["viewer.html"];

* * * * * * * * * * * * * * * * * * * * *^ * * * * * * ^
You have not said what `currentDoc' is, so all bets are off. *However, one
wonders why you try to assign an Array object reference instead of a proper
primitive string value in the first place. *Maybe you should first get the
basics of JScript and MSHTML DOM programming right.

PointedEars
--
Use any version of Microsoft Frontpage to create your site.
(This won't prevent people from viewing your source, but no one
will want to steal it.)
* -- from <http://www.vortex-webdesign.com/help/hidesource.htm>
Thanks for the information/education.

FWIW, currentDoc contains the [relative] path and filename of a file
to be displayed.

And now I must get back to school...
Nov 7 '08 #5

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

Similar topics

4
by: Roger | last post by:
Hi, I have been using this trick for some time on a home page. The idea is to verify the user's browser has Javascript enabled before allowing the user to access a logon page. The...
10
by: Edlueze | last post by:
I am developing some Data Access Pages (DAP) using Microsoft Access 2003 on Microsoft Windows XP. When I try to open these pages (located on my C: drive), the display of the data access page is...
2
by: Leszek Taratuta | last post by:
Hello, I am using the following code to prevent users to see the previous pages: Response.CacheControl = "no-cache"; Response.AddHeader( "Pragma", "no-cache" ); Response.Expires = -1; When...
0
by: KZSteele | last post by:
(repost/edit from html forum) hello - i am using VBA within a microsoft access project to automate internet explorer. what i am doing is reading data from various frames of my company's web...
0
by: =?Utf-8?B?UnVzc01hbg==?= | last post by:
Windows XP PRO Version 2002 Service Pack 3,v3300 Computer: AMD Sempron(tm) Processor 3000+ 180GHz, 480 MB of RAM ------------------------- When I use "Windows Updates", it tells Me that I have...
2
by: swethak | last post by:
Hi, I am getting the problem the problem with google map in Internet Explorer. This map worked fine in mozilla . When i opened the same map in Internet Explorer i am getting the error...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.