HELP: JavaScript code not updated on browser when changed on form

This may sound wierd, i know…

I’m modifying a JS code on the form then save it and then refresh the browser but the JS code stays the same !! when i “view source” in the browser i see the old code.

If i change something on the form which is not JS it DOES get updated.

This is driving me NUTS !

What’s going on ?!

Help someone…

Subject: HELP: JavaScript code not updated on browser when changed on form.

I suspect that you need to clear your browser’s cache before you reload the new code.

Subject: RE: HELP: JavaScript code not updated on browser when changed on form.

Hi Dennis,

I did clear the cache, but still i see the old code…

Subject: Make sure that you are not editing the Client JS script. Look in the Run drop down above your code.

Subject: RE: Make sure that you are not editing the Client JS script. Look in the Run drop down above your code.

Bill, You were right !I was actually working on the “client”. switched to ‘web’ and it flies.

THANK YOU.

Subject: RE: Make sure that you are not editing the Client JS script. Look in the Run drop down above your code.

Where is this “Run drop down” again ?

Subject: Here:

Here: Note that the green/yellow circle means there is code in both places.