I'm having a problem creating a website in Firefox. The second part of the Javascript code works fine in IE, but the top half does not display the xml in Firefox. I have tried a lot of other suggestions, but it never seems to work. If anyone can help it would be very helpful.
JAVASCRIPT CODE...
They are actually options in a select box. Whats going on is, there are two select boxs. You can move items from one to the other by using the right and left arrow, onkeypress calls a function to do this. When you hit the up or down key it calls another function to move the option and the...
I’m new at this, especially with Firefox, so any help would be appreciated. I am trying to stop the focus from moving option to option within a form when using the arrow keys. Here is the code that I am currently using to do this:
document.onkeydown =
function () {
return false;
}...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.