Jump to content

AjithTV

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

AjithTV's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. 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.
  2. Hi everyone , I would really appreciate if anyone knows the code for enabling 'Enter' button for submitting a login form . Right now I am using <a> tag with onclick='myform.submit()' to submit the form.Please help.Thanks.
×
×
  • 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.