function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ShankShank 

code not working in IE

Hi everyone,


I wrote a VF code, it is working properly in Mozilla firefox, but not in IE8...why it is so???

plz reply, thnx

Chamil MadusankaChamil Madusanka

Is that page contains any jQuery or other javascript libraries? Some jQuery funcitionalities are not working in IE. Need to fix them for IE.

 

If you got the answer from this post, Please hit the Kudos button & mark the answer as solution, It might help others running to into similar problem in future.

bob_buzzardbob_buzzard

You really need to post some code and a description of the problems - otherwise it could be anything.

ShankShank

Hey Chamil,

Kindly tell me which functionalities does not support in IE...

I am using onblur, onchange etc...

ShankShank

Hey Bob,

I am trying to fix taborder manually using javascript, for that I have called the function setTabOrder() on page load by "window.onload".....Also I am calling it on a onchange event of a field change..........

But when it is being called on onchange event, it does not function properly in IE, bt works in Mozilla exactly the way it should....If u understand the situation, Kindly provide the solution.

 

Thanks

Shashank