F
Fabio Mastria
Looks like a joke... :
As I say in the subject...
I create a javascript file, with this function:
function IndexChanged(source){
alert("Hallo");
return true;}
I include the file into a page with <script src="JS/filejs.js"
language="javascript" type="text/javascript"></script>, under the body
this function is used on the onclick of a component.
All works... BUT
I change the function, deleting the alert message...
press play
and when onclick is newly raised... I see again the alert message
(deleted!!)
Close VS2005... reopen it.... nothing... i see this alert...
BUT
if I erase the temporary files from internet explorer (vs 7), I don't see
the alert!
Just a question.... WHY?????
This problem looks like if it's not present if the function is in a script
block into the page and not saved in a js file...
Thanks to everyone!!!
Regards
Fabio
As I say in the subject...
I create a javascript file, with this function:
function IndexChanged(source){
alert("Hallo");
return true;}
I include the file into a page with <script src="JS/filejs.js"
language="javascript" type="text/javascript"></script>, under the body
this function is used on the onclick of a component.
All works... BUT
I change the function, deleting the alert message...
press play
and when onclick is newly raised... I see again the alert message
(deleted!!)
Close VS2005... reopen it.... nothing... i see this alert...
BUT
if I erase the temporary files from internet explorer (vs 7), I don't see
the alert!
Just a question.... WHY?????
This problem looks like if it's not present if the function is in a script
block into the page and not saved in a js file...
Thanks to everyone!!!
Regards
Fabio