"bpa_retired" <> wrote in message
news

4EF0011-BAF8-4B89-8760-
....
> I have another question:
> Ever since I updated to Windows Update V6, I can no longer click on the
> 'Details' (aka 'More Info') link to get details on the particular update. The
> 'Details' shows up
> as a link, but clicking on it does nothing. The status bar at the bottom of
> the IE window appears to be pointing to the current page instead of the link
> to the new page.
"Details" in what context? E.g. what is the URL in the Address bar?
FWIW here is a "Details..." that I have under
http://update.microsoft.com/windowsu....aspx?ln=en-us
after clicking on [Custom] [Hardware, Optional (1)] then expanding an
entry:
<example>
javascript

arent.fnDisplayDetails("4");
</example>
>
> Also, when the history list of applications status column shows a failed
> update, indicated by a red X,
This is ambiguous. By "red X" do you mean you are seeing the proper
icon, e.g. this one:
http://update.microsoft.com/windowsu.../failed-sm.gif
or is it the standard Red-X icon which you would see if for some reason
IE was having trouble rendering that .gif?
BTW what happens if you click on the above URL?
> the top of the page states "If an update failed
> to install, click the Failed icon to learn how to solve the problem."
> However clicking on the red X does nothing as above.
>
> Any Ideas?
It looks as if the "links" on that frame will all be constructed as
onclick= events. So, right-click Copy Shortcut, etc. won't
yield any clues. I had to use right-click View Source to see
this much but I don't have any clickable items in the Status column.
Normally in case you have an intermediate cache interfering
with some of the script components I would suggest pressing Ctrl-F5
but that won't work with this application at this depth into it because
it immediately sends me back to the first transaction each time.
In order to see the same effect at the lowest level of the application's
frames you probably will have to clear your TIF.
I suggest doing this with all IE windows and all OE windows closed.
E.g. no iexplore.exe or msimn.exe processes seen in Task Manager.
Then you can Run... control inetcpl.cpl to clear the TIF.
Good luck
Robert Aldwinckle
---