Announcement

Collapse
No announcement yet.

Login by pressing ENTER key rather than clicking LOGIN button

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Login by pressing ENTER key rather than clicking LOGIN button

    Issue:
    Ater entering the username and password, the customers have to click on the login button. Is there any way this can be activated by just clicking the ENTER key?

    I know this issue goes unanswered in Actinic knowledge base - but does anyone have an idea how to achieve it?

    Thanks
    Paul Carruthers
    Inkjet Direct (Europe) Limited
    www.ink4trade.co.uk
    paul.carruthers@inkjetdirect.net
    Actinic V6 Developer

    #2
    Go to 'Design | Text', click 'Go to' and enter '1221' in the 'ID' field.

    The highlighted prompt should read:

    <INPUT TYPE="SUBMIT" NAME="ACTION" VALUE="%s" onClick="SubmitLogin();">

    If it says

    <INPUT TYPE="BUTTON" ...

    change it to

    <INPUT TYPE="SUBMIT" ...

    Comment

    Working...
    X