maram wrote:
> When the user press the key "enter", submit the form...
> how i can impede those? or asign to the key ENTER the key TAB?
Some ad hoc ideas: On the browser side, you can use Javascript to catch
onKeyDown or onKeyPress. I think by returning "false" you can also
suppress keys. On the server side, you can perhaps exploit the fact that
if you click an image button, button.x and button.y are submitted.
-- Christoph
|