Forum Moderators: open
What i notice is the action returned by the browser when I hit ENTER
MOZILLA = returns <BR>
IE = returns <P></P> or <P><BR> </P>
is there any way to fix this?
i just want the action returned by mozilla.
[edited by: DrDoc at 6:17 pm (utc) on June 19, 2007]
[edit reason] fixed broken link [/edit]
Are you familiar enough with JS to find your way around the scripts to find the place that captures keystrokes and such? Or, to write your own function, in the event of this particular keystroke in IE?
If there is a current function which captures keystrokes, you need to modify that. Otherwise, it's fairly easy to write something which captures "Shift-Enter" and turns it into "<br>".
Just out of curiosity -- what HTML is generated when just Enter is pressed in IE?