Function Keys

You would need to do some Javascript to get this working with HTML:Use this javascript code inherited on everypage to prevent the help from opening in IE.document.onhelp = new Function("return false;");window.onhelp = new Function("return false;");

Discussions have been disabled for this post