ReferenceError: callcuser is not defined
I tested the script below in IE,Chrome, Safari all no problem except in Firefox. I had updated my firefox to the latest version 30.
Error console is prompting me this error ; ReferenceError: callcuser is not defined
Appreciate if you can help.
cur_user = this.CheckCurrentJUser(callcuser); function callcuser(CheckCurrentJUser){ cur_user = CheckCurrentJUser; }
CheckCurrentJUser: function(callcuser){ var url='index.php?option=com_fabrik&format=raw&controller=plugin&c=plugin&task=userAjax'; new Ajax(url,{ data:{method:'GetCurrentLoginUser'}, onComplete:function(r){ callcuser(r); } } ).request(); },
所有回复 (3)
Start Firefox in Safe Mode to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
- Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
- Do NOT click the Reset button on the Safe Mode start window
Thank you for responding to my question.
I had follow your method but even in safe mode the error still occur
A good place to ask advice about web development is at the mozillaZine "Web Development/Standards Evangelism" forum.
The helpers at that forum are more knowledgeable about web development issues. You need to register at the mozillaZine forum site in order to post at that forum.