B4J Question [WebApp] http://basic4ppc.com:51042

billzhan

Active Member
Licensed User
Longtime User
Do other examples work in the same browser?
Can you check if the js files are loaded correctly? (with chrome,press F12, select Network tab, refresh the page)
 
Upvote 0

Fabrice La

Active Member
Licensed User
Longtime User
I am using IE11 / Firefox 30.0 / Chrome Version 35.0.1916.153
Effectively all other examples do not work also ????? Strange that is used to work last weeK ?
On the firebug I have this error :
https://localhost:43045/b4j_ws.js
Line 66

TypeError: $(...)[ed.method] is undefined
$(ed.id)[ed.method].apply($(ed.id), ed.params);

b4j_ws.js (ligne 66)
 
Upvote 0
Top