T
tshad
Using asp.net 2.0, I am finding that at times, the old javascript will still
be there.
I was working with it for a couple of hours and the changes seem to happen.
But at the end of the day, I found that my last changes weren't taking
affect.
I was trying to delete my "alerts" before doing a final build but even after
taking out all my alerts, when I built it and ran it - the alerts were still
there.
If I took out the <style> tags that loaded the .js file, then there were no
alerts (as would be expected). The scripts would work as they weren't
there, but the alerts were not there. So obviously, it wasn't using an old
..js file.
But as soon as I added the <script> statements back in, the alerts were
there?
How do I get rid of them?
Thanks,
Tom
be there.
I was working with it for a couple of hours and the changes seem to happen.
But at the end of the day, I found that my last changes weren't taking
affect.
I was trying to delete my "alerts" before doing a final build but even after
taking out all my alerts, when I built it and ran it - the alerts were still
there.
If I took out the <style> tags that loaded the .js file, then there were no
alerts (as would be expected). The scripts would work as they weren't
there, but the alerts were not there. So obviously, it wasn't using an old
..js file.
But as soon as I added the <script> statements back in, the alerts were
there?
How do I get rid of them?
Thanks,
Tom