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
PJayaPJaya 

working in IE but not working in Firefox

<apex:inputField id="log" value="{!log.SME_Logo1__c}">
     <apex:actionSupport event="onselect" action="{!Accwrappermethod}" rerender="ParentChildDts"/>
</apex:inputField>

 

 

 

Best Answer chosen by Admin (Salesforce Developers) 
Rahul SharmaRahul Sharma
Long back I had faced similar issue, So I would suggest you to try changing event to onchange or something similar.
If error persists, check for if there are any JavaScript error.

All Answers

Rahul SharmaRahul Sharma
Long back I had faced similar issue, So I would suggest you to try changing event to onchange or something similar.
If error persists, check for if there are any JavaScript error.
This was selected as the best answer
PJayaPJaya

Thank you  Rahul  it has been working now for both IE and Firefox