in reply to Re^2: Load JS files faster inside CGI script
in thread Load JS files faster inside CGI script

That's easy. Don't send the whole data, but request the data from Javascript when the user makes the first selection. For example the jQuery framework makes it really easy to request data without reloading the complete page. On the Perl side, you have a script that returns the options for the current selection.

  • Comment on Re^3: Load JS files faster inside CGI script

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.