Discussion:
IE6sp1b issues
(too old to reply)
Gene
2003-10-08 21:35:39 UTC
Permalink
Has anyone gotten the script workaround working correctly
for the upcoming SP1b issues regarding <OBJECT>, <EMBED>,
<APPLET> tags?

I have attempted to locate our object reference, applet
reference in an external javascript file and either
document.write it to the page or set the
innerHTML of a <DIV> to the string value. Either way it
still comes up with the stupid 'press OK to load page'
dialog.

The documents on
http://msdn.microsoft.com/ieupdate/activexchanges.asp
imply that would not be the case. Not sure if the test
IE6SP1b client is the issue or the stated workaround
isn't complete.

The Object/Applet reference I am using does need to
download the applet from the web server, other than that
there are no other external references (although there
are many other PARAM tags which are passing in values
from the page)
Gene
2003-10-09 13:27:27 UTC
Permalink
It seems the Codebase attribute on the <OBJECT> tag was
still causing the problem, not sure how to work around
this in the case that the user does not currently have
the control loaded.

I guess I'll try to get the <APPLET> tag to work now.
-----Original Message-----
Has anyone gotten the script workaround working
correctly
for the upcoming SP1b issues regarding <OBJECT>,
<EMBED>,
<APPLET> tags?
I have attempted to locate our object reference, applet
reference in an external javascript file and either
document.write it to the page or set the
innerHTML of a <DIV> to the string value. Either way it
still comes up with the stupid 'press OK to load page'
dialog.
The documents on
http://msdn.microsoft.com/ieupdate/activexchanges.asp
imply that would not be the case. Not sure if the test
IE6SP1b client is the issue or the stated workaround
isn't complete.
The Object/Applet reference I am using does need to
download the applet from the web server, other than that
there are no other external references (although there
are many other PARAM tags which are passing in values
from the page)
.
Gene
2003-10-09 13:50:39 UTC
Permalink
Never mind, it didn't prompt for a few requests and then
it started again POS!!!!!
-----Original Message-----
It seems the Codebase attribute on the <OBJECT> tag was
still causing the problem, not sure how to work around
this in the case that the user does not currently have
the control loaded.
I guess I'll try to get the <APPLET> tag to work now.
-----Original Message-----
Has anyone gotten the script workaround working
correctly
for the upcoming SP1b issues regarding <OBJECT>,
<EMBED>,
<APPLET> tags?
I have attempted to locate our object reference, applet
reference in an external javascript file and either
document.write it to the page or set the
innerHTML of a <DIV> to the string value. Either way it
still comes up with the stupid 'press OK to load page'
dialog.
The documents on
http://msdn.microsoft.com/ieupdate/activexchanges.asp
imply that would not be the case. Not sure if the test
IE6SP1b client is the issue or the stated workaround
isn't complete.
The Object/Applet reference I am using does need to
download the applet from the web server, other than
that
there are no other external references (although there
are many other PARAM tags which are passing in values
from the page)
.
.
Loading...