I already wrote that when I run the javascript script, I have a window with the contents of the disk with: /
I was advised to insert 2 lines into the function
window.event.returnValue = false; window.event.cancelBubble = true;
and it helped, but there is one thing. It annoys me every time to insert these lines into a new function.
Someone can tell how to get everything back, because before that I did not have to enter these lines each time for a new function.