| re: Browser Refresh needed for .js and HTML??
Thank you again for the reply ;-)
But where can I find this setting? Also, what do developers do if there
is change in a .js file and it has to be distributed to many front
ends? I was wondering ...
Raul Macias wrote:[color=blue]
> Check your browser cache settings. I assume you are using IE. See what you
> have in the
> "Check for newer version of stored pages" option.
>
> "milkyway" <d0mufasa@hotmail.com> wrote in message
> news:1128060906.753056.94390@g44g2000cwa.googlegro ups.com...[color=green]
> > Hello to all ;-)
> >
> > I am using the Visual Studio 2005 .NET framework.
> >
> > Basically, I have file that is served up as an HTML file on the client
> > side (generated from a .aspx file). But - the HTML file is using
> > javascript to implement a button click (on the client side).
> >
> > Ex:
> > <INPUT onclick="alert('about to start'); process_table('FrmX1',
> > 'FDepents'); " type="button" value="SAVE" >
> >
> > Well, whenever I make changes to the file called "row_functions.js"
> > (the file containing the function "process_table"), I find that I need
> > to hit the "Refresh" button in the browser (Internet Explorer) in order
> > for the changes to be recognized.
> >
> > Is there a way to make sure that the browser refreshes my .js file
> > automatically? In other words, when I make changes to the .js file, it
> > would be nice not to hit the browser "Refresh" button - sometimes, I
> > forget to do so ;-(
> >
> > What happens for regular developers if they have a *lot* of clients to
> > serve? Does a change in a .js file mean that you have to contact all
> > those clients to tell them to hit the "refresh" button in their
> > browsers?
> >
> > TIA
> >[/color][/color] |