MGTEIXEIRA
Programmer
Hi friends,
I'd like to replace the function of F1 key (or any function key), it means that I want to show another help page instead of that Microsoft Internet Explorer help page when an user press the F1 key.
I know that is possible openning a new page using window.open:
window.open("anotherpage.html","","height=300,width=300,toolbar = no, location = no, menubar = no");
but the IE help page is still being openned.
Is it possible disable this behavior ? Or disable any other function key ?
Thanks,
Marcos
I'd like to replace the function of F1 key (or any function key), it means that I want to show another help page instead of that Microsoft Internet Explorer help page when an user press the F1 key.
I know that is possible openning a new page using window.open:
window.open("anotherpage.html","","height=300,width=300,toolbar = no, location = no, menubar = no");
but the IE help page is still being openned.
Is it possible disable this behavior ? Or disable any other function key ?
Thanks,
Marcos