Can somebody please clear up some of these page events methods for me: loadpage, pagebeforechange,pagechangefailded,pageload...
I understand that they are for external pages. However, I have a href links , so why do I need these events?
Can you post examples on where to attach them and what's the difference? Any good tutorials and examples will be great!
I'm using a lot of external data that I'm receiving from PHP programs on a Linux server. I'm planning to use JS functions that will call XMLHttpRequest. Should I use any page events that I mentioned before for that?
Thanks!