Problem with submit button and Ctrl

Problem with submit button and Ctrl

Hello everybody,

I have a submit button of a form and I've transformed it into a jQuery-UI button.

If the user clicks on the button, the form is regularly submitted; instead, if he presses Ctrl while clicking on the button, the page is loaded (into a new tab, as defined in my browser) but no parameters are passed.

It looks like a pathological beheaviour, doesn't it?

G