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

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^3: Load JS files faster inside CGI script
by Corion (Patriarch) on Feb 24, 2010 at 12:13 UTC

    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.

    A reply falls below the community's threshold of quality. You may see it by logging in.