Technology Questions

Go Back   Technology Questions > Software Questions > Internet > Internet Explorer

Internet Explorer Discuss IE7 or any other IE version.

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 10-15-2007, 02:31 PM
Jim
Newsgroup Contributor
 
Posts: n/a
REPOST: Object Param "classid" hangs IE7

These HTML samples have been simplified to demonstrate an issue. I ventured
down this road due to a Java applet that was hanging IE7. Other browsers
and earlier versions of IE are not hung by the top HTML example. The
"propertyFile" parameter remains to prevent the example from crashing IE7.
The "classid" value "clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" instructs
Internet Explorer to use the latest installed version of Java Plug-in.

Does anyone know why the long-standing "classid" parameter is not liked by
IE 7? What can be done to keep IE7 from hanging on this? I have no desire
to change the instructions to IE. I want it to use the latest installed
version of Java Plug-in.

Thanks,
Jim

This HTML WITH the "classid" parameter causes Internet Explorer 7 to hang
for a while.
<html>
<body>
<object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" width="750"
height="750">
<param name = propertyFile value="jars/properties/V.properties">
<comment>
<embed width ="750"
height ="750"
propertyFile ="jars/properties/V.properties"><noembed></comment>
</noembed></embed>
</object>
</body>
</html>

This HTML WITHOUT the "classid" parameter does not cause IE7 to hang.
<html>
<body>
<object width="750" height="750">
<param name = propertyFile value="jars/properties/V.properties">
<comment>
<embed width ="750"
height ="750"
propertyFile ="jars/properties/V.properties"><noembed></comment>
</noembed></embed>
</object>
</body>
</html>




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 10-15-2007, 02:31 PM
  #2 (permalink)  
Old 10-15-2007, 02:31 PM
Jim
Newsgroup Contributor
 
Posts: n/a
Re: REPOST: Object Param "classid" hangs IE7

I should add that this happens with IE7 on XP, not IE7 on Vista.
--Jim

"Jim" <noreply@noreply.com> wrote in message
news:%23eqyqA3DIHA.4772@TK2MSFTNGP02.phx.gbl...
> These HTML samples have been simplified to demonstrate an issue. I
> ventured
> down this road due to a Java applet that was hanging IE7. Other browsers
> and earlier versions of IE are not hung by the top HTML example. The
> "propertyFile" parameter remains to prevent the example from crashing IE7.
> The "classid" value "clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" instructs
> Internet Explorer to use the latest installed version of Java Plug-in.
>
> Does anyone know why the long-standing "classid" parameter is not liked by
> IE 7? What can be done to keep IE7 from hanging on this? I have no
> desire
> to change the instructions to IE. I want it to use the latest installed
> version of Java Plug-in.
>
> Thanks,
> Jim
>
> This HTML WITH the "classid" parameter causes Internet Explorer 7 to hang
> for a while.
> <html>
> <body>
> <object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" width="750"
> height="750">
> <param name = propertyFile value="jars/properties/V.properties">
> <comment>
> <embed width ="750"
> height ="750"
> propertyFile ="jars/properties/V.properties"><noembed></comment>
> </noembed></embed>
> </object>
> </body>
> </html>
>
> This HTML WITHOUT the "classid" parameter does not cause IE7 to hang.
> <html>
> <body>
> <object width="750" height="750">
> <param name = propertyFile value="jars/properties/V.properties">
> <comment>
> <embed width ="750"
> height ="750"
> propertyFile ="jars/properties/V.properties"><noembed></comment>
> </noembed></embed>
> </object>
> </body>
> </html>
>
>
>
>



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 10-16-2007, 11:20 AM
Donald Anadell
Newsgroup Contributor
 
Posts: n/a
Re: REPOST: Object Param "classid" hangs IE7


"Jim" <noreply@noreply.com> wrote in message
news:%23eqyqA3DIHA.4772@TK2MSFTNGP02.phx.gbl...
> These HTML samples have been simplified to demonstrate an issue. I
> ventured
> down this road due to a Java applet that was hanging IE7. Other browsers
> and earlier versions of IE are not hung by the top HTML example. The
> "propertyFile" parameter remains to prevent the example from crashing IE7.
> The "classid" value "clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" instructs
> Internet Explorer to use the latest installed version of Java Plug-in.


To the best of my knowledge the CLSID {8AD9C840-044E-11D1-B3E9-00805F499D93}
in the Object tag instructs the Browser to use the Last(currently) installed
version of the Java Plugin. The Last installed version may not necessarily
be the latest Released Version.

>
> Does anyone know why the long-standing "classid" parameter is not liked by
> IE 7? What can be done to keep IE7 from hanging on this? I have no
> desire
> to change the instructions to IE. I want it to use the latest installed
> version of Java Plug-in.


I don't experience any Hangs or Crashes with IE7 when viewing pages that use
the Object tag with the CLSID {8AD9C840-044E-11D1-B3E9-00805F499D93} to
embed Java Applets with the latest release of the JRE installed "jre
1.6.0_03".

You might be better served asking your question in a Developement news group
or a Sun Java Forum.

Good luck,

Donald Anadell


>
> Thanks,
> Jim
>
> This HTML WITH the "classid" parameter causes Internet Explorer 7 to hang
> for a while.
> <html>
> <body>
> <object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" width="750"
> height="750">
> <param name = propertyFile value="jars/properties/V.properties">
> <comment>
> <embed width ="750"
> height ="750"
> propertyFile ="jars/properties/V.properties"><noembed></comment>
> </noembed></embed>
> </object>
> </body>
> </html>
>
> This HTML WITHOUT the "classid" parameter does not cause IE7 to hang.
> <html>
> <body>
> <object width="750" height="750">
> <param name = propertyFile value="jars/properties/V.properties">
> <comment>
> <embed width ="750"
> height ="750"
> propertyFile ="jars/properties/V.properties"><noembed></comment>
> </noembed></embed>
> </object>
> </body>
> </html>
>
>
>
>



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

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 On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Object Param "classid" hangs IE7 Jim Internet Explorer 2 05-11-2007 12:10 PM
"switch user" works "Log Off" hangs pheasant Windows XP 3 05-05-2007 03:07 PM
What I want "Real WMV", 148.50 mhz sample-rate, 1920 X 1080 progressive scan image, lowest-possible "object data" bit-rate? Radium Windows Media 8 02-04-2007 10:38 AM
"Real WMV", 148.50 mhz sample-rate, 1920 X 1080 progressive scan image, "object data" bit-rate of 1 byte-per-second Radium Windows Media 33 02-04-2007 10:37 AM
What is "Parent Object" under "Inherited From" for Perms of numericSID?? Ms. Linda A.W. Windows XP 0 01-04-2007 04:49 AM


New To Technology Questions? Do You Need Help with Your Computer or Device? Do You Need Help with this site?

All times are GMT -8. The time now is 09:44 AM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0