Hi,
I access the JavaScript code via a separate .js file and link it to the .aspx <script> tag. But when I run the web application, the output from the JavaScript code is unpredictable. For example, when I write code to disable the backspace button, I am able to disable the backspace button the first time.
Later, when I close the browser window or Visual Studio window and then re-run the application, I am not able to disable the backspace button again. Sometimes If I delete the browser history, I am able to get back the required result. But the results are generally inconsistent.
Can anybody tell me what causes this unpredictable be ...
Go to the complete details ...