Client-Side Caching...

  • Thread starter Thread starter clintonG
  • Start date Start date
C

clintonG

I should know this but so goes the grey matter...

When the following is placed into the head I've forgotten if the .js file
gets downloaded from from the server on each PostBack or if there is there
some mechanism that knows the file already exists in the browser's cache?

<script src=”...example.js” type=”text/javascript” />

<%= Clinton Gallagher
 
I understand that Darrel thank you, but the question is whether the .js file
is downloaded from the server each time there is a PostBack.

<%= Clinton Gallagher
 
Back
Top