> I've no idea how to do that, but I was thinking specifically to let > qooxxoo file and application js files to load in the background ?
Yes, you could do something like this, using the browser cache to ensure that the files are available when you really need them. The main problem might be that the file is executed immediately which you don't want as part of the login screen. This would depend on the server being set up correctly to give a long-ish life for the js files - so that the browser doesn't check with the server about the status of the file when they are required properly, or does a quick check, getting a 304 - Not Modified response. Hugh ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
