I develop a script that insert javascript and css on demand and you have the options to execute callback after the script has loaded
http://plugins.jquery.com/project/includedemand This way you can load the scripts for the specific page that are used. I hope it helps, Alexandre Magno Web Developer http://blog.alexandremagno.net On Aug 17, 7:43 pm, shapper <[EMAIL PROTECTED]> wrote: > Hello, > > I am working on a web site where I have a master page. > Most web site pages use this master page as base. > > Some scripts are used in all pages ... other just in a few pages. > Should I load all scripts in master page ... I think they are cached > right? > > Or should I load the common scripts to all pages in my master page and > then in each page load the scripts that are not used in all pages? > > Thanks, > Miguel