Hi,
I'm wondering if it's possible to update information with data that is only held on the server, without reloading the page.
By this, I mean that some information is presented on the page when it initially loads, then when a user clicks on a part of the screen to see more information, then a request for just that additional information is made, and once received, is loaded into the page.
I am trying to write a site which features information that is presented in a tree-diagram for ease of browsing. However, the amount of information available will probably venture into Mb, so it would be better if the user only needed to download information that they wanted to view. For speed and usability of browsing, though, I would prefer to not have to reload the page each time the user wanted to change the view of the page.
Would it be possible to store all the information in separate files (e.g. Javascript of text files), and when certain information was needed, to send a request for those files, and then to load that information into the page?
Any help with this would be very gratefully received.
Thanks.
I'm wondering if it's possible to update information with data that is only held on the server, without reloading the page.
By this, I mean that some information is presented on the page when it initially loads, then when a user clicks on a part of the screen to see more information, then a request for just that additional information is made, and once received, is loaded into the page.
I am trying to write a site which features information that is presented in a tree-diagram for ease of browsing. However, the amount of information available will probably venture into Mb, so it would be better if the user only needed to download information that they wanted to view. For speed and usability of browsing, though, I would prefer to not have to reload the page each time the user wanted to change the view of the page.
Would it be possible to store all the information in separate files (e.g. Javascript of text files), and when certain information was needed, to send a request for those files, and then to load that information into the page?
Any help with this would be very gratefully received.
Thanks.