|
I have a form page, of whereby one clicks on a button, that is to activate a Javascript function, of which is to help navigate around the form.
In IE, that is what happens. To click the up button, the menu of which is shown inside a textarea tag, scrolls up.
However in FF, it seems to trigger the 'submit' function.
What have I done wrong.
Should I have something in each of the functions that would abort any submit action.
I do not have any doc type tag, I do not see the need for them, at least they do not seem to be required for IE, but does FF require doc type tags? and if so, what type of doc type tag should I have?
|