Hi Tomline,

I've seen te problem before. I think this should fix
it:

Change line 59 in dyndocument.js from: 

DynAPI.addLoadFunction("DynAPI.document =
DynAPI.addChild(new
DynDocument(self));DynAPI.document.all =
DynObject.all;")

to

DynAPI.addLoadFunction("DynAPI.document =
DynAPI.addChild(new
DynDocument(window));DynAPI.document.all =
DynObject.all;")


I'm of the believe that the self.onload events are not
trigger with IE SP1.

Give it a try and let us know if it works.

--
Raymond Irving

--- Tomlins Diane <[EMAIL PROTECTED]>
wrote:
> Hi all.
> Have recently run across a problem with IE 6 with SP
> 1 installed and Dynapi,
> dynlayer to be exact. 
> 
> Recently only 1 machine (out of hundreds) turned up
> a problem with a website
> I created using Dynapi/dynlayer. The content is
> displayed in a dynlayer and
> every time this one pc tried to access the content
> on the site, the user
> would get a dynapi error and none of the content in
> the dynlayer is
> displayed. I believe the layers  aren't even being
> created, but I couldn't
> be sure. Since most of the content on the site is
> done in dynamic layers,
> this seriously impacted this person's ability to use
> the site. 
> 
> In doing some research using the IE version number
> (6.0.2800.1106), I found
> that this is IE 6.0 with SP1 installed. I also found
> that many people were
> having javascript problems with this SP installed.
> So, I had the tech
> handling the issue uninstall SP1 and the DynApi
> error went away, they
> dynlayers are created and all content is displayed
> as it should be !
> 
> Has anyone run across this and is there a fix ? I
> haven't upgraded to 2.5.7
> yet, but they have created a new disk image with IE
> SP1 built into it, so
> this problem IS going to come back to bite us.
> 
> Thanks! 
> 
> Diane
> 
> 
>
-------------------------------------------------------
> This SF.net email is sponsored by: Does your code
> think in ink? 
> You could win a Tablet PC. Get a free Tablet PC hat
> just for playing. 
> What are you waiting for?
>
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
> _______________________________________________
> Dynapi-Help mailing list
> [EMAIL PROTECTED]
>
https://lists.sourceforge.net/lists/listinfo/dynapi-help


__________________________________________________
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com


-------------------------------------------------------
This SF.net email is sponsored by: Does your code think in ink? 
You could win a Tablet PC. Get a free Tablet PC hat just for playing. 
What are you waiting for?
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to