Heya,
How can I stop the onMouseDown event from doing something ?
the window.event.cancelBubble = True; and window.event.returnValue = False;
don't work ?
Thanks
Chubby..
Printable View
Heya,
How can I stop the onMouseDown event from doing something ?
the window.event.cancelBubble = True; and window.event.returnValue = False;
don't work ?
Thanks
Chubby..
Just don't have anything in the event. Or place a return statement.
Its not as easy....Quote:
Originally Posted by mendhak
I've got a frame in hta that is resized for login and bigger when logged in. i want to stop muppets from holding the mouse down and scrolling the page down. No scrollbars to tell them they can but, y'know yerself...... :rolleyes:
Cheers
Chubby..