I used JSP. How to use filter ? rgds Antony Paul
On Thu, 07 Oct 2004 04:44:28 -0700, Hassan Schroeder <[EMAIL PROTECTED]> wrote: > Antony Paul wrote: > > > How to add no-cache header to a javascript file which is set in the html as > > <script src="scripts/hello.js"<</script>. > > Either make your JavaScript file a JSP, or use a Filter. (The first > is quicker, the second's more scalable if you might want to do this > with multiple JS files...) > > HTH! > -- > Hassan Schroeder ----------------------------- [EMAIL PROTECTED] > Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com > > dream. code. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
