How to focus image

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tamilmaniparamasivam
    New Member
    • Oct 2007
    • 1

    How to focus image

    I want to focus image onpressing the enterkey.
    i use <input type="image"> tag.
  • dmjpro
    Top Contributor
    • Jan 2007
    • 2476

    #2
    Originally posted by tamilmaniparama sivam
    I want to focus image onpressing the enterkey.
    i use <input type="image"> tag.
    Simply do use "object.focus() ".

    Debasis Jana.

    Comment

    • FullyH3ktik
      New Member
      • Sep 2007
      • 52

      #3
      you can use onkeypress="ima ge.focus()" but then the object gets focus even if you press the U key for example

      Comment

      Working...