I got an index page with a DIV called "content", how to load an external URL ( but in the same domain ), get the InnerHTML(?) of it and then push it out to the DIV.InnerHtml? Only the loading of an external URL part will do since I already the "AJAX" code to fill DIVs with content.
Just trying to like, prevent page loads, not sure if I'm doing it the right way.
As in, if I got an index and I want a "login.aspx" module to load in it somehow, what to do? I mean, includes seem a bit "old way" of doing it. and I don't want a copy of my index for every module? *confused*
Edit : For example imagine you got a menu on top, how do I "include" this menu in all of my pages?!
Thanks!