From: Xabi O. <xoc...@ar...> - 2001-03-09 07:43:43
|
Hi Subodh, Friday, March 09, 2001, 5:57:37 AM, you wrote: SS> Hi I have been having some problems with the loadpanel and improper SS> behaviour in IE5.5 Could somebody help me with this? SS> IE5.5 merely changes the content within panel1 whereas panel2 and panel3 SS> remain unaffected. SS> Am I doing something wrong? It seems that IE doesn't exec scripts dynamically loaded inside a loadpanel. You can try putting "defer" without the quotes inside the <script ...> tag (thanks to Cameron Hart for this one) and maybe you'll need to move de script below the body tag for IE 5.0 -- Best regards, Xabi xoc...@ar... |