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
p PILLIp PILLI 

action function is not working in mozilla fire fox brower but chrome is working

<apex:actionFunction action="{!articleDetail}" name="articleDetailFunction" rerender="faqAnswer" >
                                        <apex:param name="selectedArticle" value="" assignTo="{!selectedArticleId}"/> 
                                    </apex:actionFunction>    
                                    <div class="left-bottomContainer">                                  
                                        <div class="popular-content">
                                            <h2><apex:outputText value="{!$Label.pkb_cs_related_topic}"/></h2>
                                            <ul>
                                                <knowledge:articleList articleVar="article1" Keyword="{!article[0].title}" pageSize="5" language="{!language}">
                                                <li>
                                                    <apex:commandlink value="{!article1.title}" onclick="articleDetailFunction('{!article1.Id}');" >
                                                        <apex:param name="selectedArticle" value="{!article1.Id}" assignTo="{!selectedArticleId}"/> 
                                                    </apex:commandLink>
                                                 </li>                                       
                                                 </knowledge:articleList>
                                            </ul>
                                        </div>
                                    </div>
                                </div>
                            </div> <!-- col-9 -->
NagendraNagendra (Salesforce Developers) 
Hi Pilli,

Sorry for this issue you are facing.

May I suggest you please refer to below link from the forums community with a similar discussion which might help you further.
  • https://developer.salesforce.com/forums/?id=906F0000000DDUOIA4
Hope this helps.

Thanks,
Nagendra
p PILLIp PILLI
Hi Nagebdra

Thank you so much Mozilla firebox woring