ajax loading
![]() ![]() |
You can load the informations quite easily using jQuery
It should help ;) |
![]() ![]() |
Yeah, but doing so would put the script in the "forbidden" category. The rules forbid scripts that increase the traffic with the server by making automated requests to it. I solved a similar AJAX-related idiocy in a script that processes the Statistics page (which is also being done using AJAX - why, oh, why?!). There I register an event for DOMNodeInserted and wait until the AJAX crap creates the element I'm interested in. However, the Statistics page is always drawn in whole. The contents of the fleets on in the event list is obtained from the server only if the user hovers the mouse over a fleet - and even then, information is obtained only for that particular fleet. :( |
![]() ![]() |
it's not possible to do a legal script =( in the statistic page the request is automatic
|
![]() ![]() |
have you some suggest to solve this problem of increase traffic (and than = illegal) ? its not possible to go in the "fleet movement" view to "parse" the info, memorised it and than show it after in few views (like overview) ?
in fact we need to go sometimes in the fleet movement to "register" the total resources and refresh it in the different other view ...
|


