Chud37 Posted June 1, 2012 Share Posted June 1, 2012 Okay so: I've been writing an application that has a standard AJAX call. But AJAX isnt the problem. For the last 3 month my application has been working perfectly, however today (the first day that the app was launched publicly) it stops calling the ajax function all together. The code was thus: Onclick=\"register();\" Suddenly today in chrome this function stopped working, and i could not figure out why, eventually i changed te function name and all was working. But how rediculous, the register() function works fine in IE??? It literally suddenly stopped working, and so i changed the function to preBooked(); and its fine now. Can anyone explain this at all? It is really bugging me. Thanks in advance, Richard(); Quote Link to comment https://forums.phpfreaks.com/topic/263509-register-reserved-word-very-strange-behavoir-please-help/ Share on other sites More sharing options...
requinix Posted June 1, 2012 Share Posted June 1, 2012 You didn't happen to look at Chrome's error console, did you? Quote Link to comment https://forums.phpfreaks.com/topic/263509-register-reserved-word-very-strange-behavoir-please-help/#findComment-1350428 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.