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
salesforce19salesforce19 

actionfunction and iframe not working for Firefox and IE but working fine in Chrome

I have a visualforce page in which I have embedded bunch of visualforce pages as iframes for tab styled view. I have button for some calcuations inside the frame using java script. everything worked fine in Chrome but it is not working in firefox and in IE 9 which I click on tab it is not even showing any thing. I have checked in developer console. In chrome all the logs are created as expected. In firefox I can see log till the button is pressed but actionfunction is never invoked. In IE I don't see any log. 

Big VBig V

Try using error console in firefox and find if there exist error on javascript. tools-->web developer--> error console