Portal in IE 6 - JavaScript Error: 'Effect' is undefined

Hi,

We are seeing the java script error on the portal page when user clicks on the submit button. This works in other browsers including IE 7.

Does someone know the solution? We are using the IE 6.0.2900.2180.xpsp_sp2_gdr.090804-1412

When we degug the java script error, the pointer stops at following code line

Effect.CAF.DropShadow(container,{offset:20});

Is it a webMethods issue?

Hi
that error probably means that the CAF javascript libraries are not being loaded/found.
Have you tried emptying the cache and reloading the page?

Please ask Software AG’s support about this (I have not used IE6 for a while… :frowning: sorry).

best regards,
Javier

Hi,

Thanks for reply. We have cleared cookies, cache, delete temp. internet files and restarted browser but error doesn’t go away.

We are trying to change into the script code which may avoid the error as we don’t see a solution available.