PDA

Click to See Complete Forum and Search --> : CSS and JS


bmarzouk
Mar 14th, 2002, 08:41 AM
Hello,

I have many pages in my web site that references the same css file (for common style sheet) and a js file (for common javascript functions). What I observed, is that both css and js files are downloaded each time a new page is visited, that cause the html file much slower. how can I tell the browser to cash these common files?

Thanks