How to give focus on List box .

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Vini171285
    New Member
    • Apr 2008
    • 60

    How to give focus on List box .

    Hi friends,

    how to give focus on list box using javascript in ASP....
    actually i could give focus on the list box...but after clicking the alert button,it focuses on the list box,,,and before doing any change it immediately passes to the next page...
    Please guide me to avoid this problem...!!

    Thanx in Advance!!
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    Question moved to Javascript forum.

    Comment

    • kunal pawar
      Contributor
      • Oct 2007
      • 297

      #3
      just write return false; after set focus

      Comment

      Working...