Jump to content

Enabling 'Enter' button on submitting a form


AjithTV

Recommended Posts

Hi I have used 'onkeypress=goReturn()' property but its iving errors.

 

Error:  'event not defined'.

Here is the code:

    function goReturn() {

    getEvent=event.keyCode;

    if (getEvent == "13") {

    document.myform.submit();

    return false;

    } else {

    return true;

    }

}

 

I have also checked with 'onUnfocus' property. It is also not working.Please help.

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.