PDA

View Full Version : Surpress F1 keystroke!


x_goose_x
08-14-2002, 03:57 PM
I was looking around and stubled upon this. Works in ie only, but I thought people might find it usefull:

<BODY onhelp="myfunction(); return false;">

beetle
08-14-2002, 05:38 PM
Ya. You can get the skinny on all the objects, events, methods, styles etc for IE here (http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/dhtml_reference_entry.asp)

I could only hope that someday there is a reference this complete/comprehensive for Gecko

nolachrymose
08-14-2002, 06:15 PM
I could only hope that someday there is a reference this complete/comprehensive for Gecko.

This is pretty comprehensive: http://www.mozilla.org/docs/dom/domref/dom_shortIX.html.

Hope that helps!

Happy coding! :)