Windows Vista Tips

Windows Vista Tips > Newsgroups > Internet Explorer > Java 6, Update 17

Reply
Thread Tools Display Modes

Java 6, Update 17

 
 
cranheim
Guest
Posts: n/a

 
      11-21-2009

"Robert Aldwinckle" <> wrote in message
news:...
>
> "cranheim" <> wrote in message
> news:...
>>I may have spoken too soon when I said everything seems to be working OK.
>>I
>> found I can no longer get to a web site. The error is: HTML Parsing
>> Error:
>> Unable to modify the parent container element before the child element is
>> closed (KB927917). From what I read, it sounds like IE8 should not have
>> this
>> problem. The failing URL is
>> http://www.wunderground.com/cgi-bin/...st?query=06033.

>
>
> Try using the query on that page again?
>
> http://www.wunderground.com/cgi-bin/...st?query=06033
>
> What's the difference between hdf and get I wonder? ; )
>
> And where's the Java applet? All I see is some Flash ads.
>
>
> HTH
>
> Robert Aldwinckle
> ---
>
>
>> Did
>> the update to Java cause this problem, or did something back at the
>> website
>> go wrong? Charles Ranheim

>
>


I submitted a problem report to the web site and received the following
response:

"Thanks for the bug report. We are aware of the problem you reported and we
are working to resolve the issue as soon as possible.
Thanks for supporting Weather Underground!

Weather Underground, Inc.
http://www.wunderground.com/"

Charles Ranheim


 
Reply With Quote
 
 
 
 
cranheim
Guest
Posts: n/a

 
      11-21-2009

"cranheim" <> wrote in message
news:...
>
> "Robert Aldwinckle" <> wrote in message
> news:...
>>
>> "cranheim" <> wrote in message
>> news:...
>>>I may have spoken too soon when I said everything seems to be working OK.
>>>I
>>> found I can no longer get to a web site. The error is: HTML Parsing
>>> Error:
>>> Unable to modify the parent container element before the child element
>>> is
>>> closed (KB927917). From what I read, it sounds like IE8 should not have
>>> this
>>> problem. The failing URL is
>>> http://www.wunderground.com/cgi-bin/...st?query=06033.

>>
>>
>> Try using the query on that page again?
>>
>> http://www.wunderground.com/cgi-bin/...st?query=06033
>>
>> What's the difference between hdf and get I wonder? ; )
>>
>> And where's the Java applet? All I see is some Flash ads.
>>
>>
>> HTH
>>
>> Robert Aldwinckle
>> ---
>>
>>
>>> Did
>>> the update to Java cause this problem, or did something back at the
>>> website
>>> go wrong? Charles Ranheim

>>
>>

>
> I submitted a problem report to the web site and received the following
> response:
>
> "Thanks for the bug report. We are aware of the problem you reported and
> we are working to resolve the issue as soon as possible.
> Thanks for supporting Weather Underground!
>
> Weather Underground, Inc.
> http://www.wunderground.com/"
>
> Charles Ranheim
>
>


Robert Aldwinckle,
I tried the URL you suggested and got the same error as the URL I had been
using.
Thanks for your interest. Hopefully the web site will have a fix for this
problem as indicated in their response to me.
Charles Ranheim


 
Reply With Quote
 
Robert Aldwinckle
Guest
Posts: n/a

 
      11-22-2009

"cranheim" <> wrote in message news:...


>>>> The failing URL is
>>>> http://www.wunderground.com/cgi-bin/...st?query=06033.



> I tried the URL you suggested and got the same error as the URL I had been using.
> Thanks for your interest. Hopefully the web site will have a fix for this problem as indicated in their response to me.
> Charles Ranheim



I'm not sure it was ever broken for me. I just corrected your apparent typo
in the first URL and this works too:

http://www.wunderground.com/cgi-bin/...st?query=06033


YMMV

Robert
---


 
Reply With Quote
 
cranheim
Guest
Posts: n/a

 
      11-24-2009
I received a letter from the wunderground weather web site saying they fixed
the problem causing the error I was getting. I tried it several times, and
it works great. I thought the problem might have been caused by me updating
Java, but that was not the case. I just wanted to report back on the
resolution to this problem, and thank those who were interested in helping
me. Charles Ranheim

"Robert Aldwinckle" <> wrote in message
news:%...
>
> "cranheim" <> wrote in message
> news:...
>
>
>>>>> The failing URL is
>>>>> http://www.wunderground.com/cgi-bin/...st?query=06033.

>
>
>> I tried the URL you suggested and got the same error as the URL I had
>> been using.
>> Thanks for your interest. Hopefully the web site will have a fix for this
>> problem as indicated in their response to me.
>> Charles Ranheim

>
>
> I'm not sure it was ever broken for me. I just corrected your apparent
> typo
> in the first URL and this works too:
>
> http://www.wunderground.com/cgi-bin/...st?query=06033
>
>
> YMMV
>
> Robert
> ---
>
>



 
Reply With Quote
 
Dan
Guest
Posts: n/a

 
      11-24-2009

"Robert Aldwinckle" <> wrote in message
news:#...
>
> "cranheim" <> wrote in message
> news:...
>
>
>>>>> The failing URL is
>>>>> http://www.wunderground.com/cgi-bin/...st?query=06033.

>
>
>> I tried the URL you suggested and got the same error as the URL I had
>> been using.
>> Thanks for your interest. Hopefully the web site will have a fix for this
>> problem as indicated in their response to me.
>> Charles Ranheim

>
>
> I'm not sure it was ever broken for me. I just corrected your apparent
> typo
> in the first URL and this works too:
>
> http://www.wunderground.com/cgi-bin/...st?query=06033
>


This could be dependent upon the individual browser used to connect - I've
had issues with a similar error on some sites before, and narrowed it down
to adverts or RSS feeds that were being "personalised" for me, and including
some javascript code that was attempting to insert HTML into a container
element that had not been closed. I'd often find that using my work PC I'd
get errors and my home PC I wouldn't, or vice versa.

Under IE6, and often in IE7, this sort of coding issue would result in the
browser closing down with an "Operation aborted" dialog, but in IE8 you now
get a warning message instead. More details about this issue are on the MS
site here: http://support.microsoft.com/kb/927917

Other browsers seem to work around this issue by either deferring the code
execution until the container element has been closed in the parser, or by
ignoring the code execution. While the former would appear to be the option
that would most likely render the page as the author intended, MS took the
stance that having the browser throw an exception is better because it
should push the page author (either directly if the author sees the error,
or indirectly by getting visitors to the site to post the issue the author)
to fix the code, rather than the browser have to either defer or ignore the
execution of that code.

--
Dan

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Failed to initialize WU client: 0x8007277a Venkata Sadineni Windows Update 4 11-10-2009 06:28 PM
Explorer Crashes after Update Trader Windows Update 1 11-10-2009 05:41 AM
Error code: 80244023 SHAFT_V2 Windows Update 2 10-25-2009 05:13 PM
KB 954430 keeps installing KB954430 Pete Windows Update 6 10-22-2009 12:22 AM
Java User Acct. Problem? rjboney Windows Vista Performance 2 07-06-2007 06:55 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59