0

I have a div in which there is a table . The table has as many columns that there appears a horizontal scrollbar under it. I have to highlight a textbox which is at extream right and is not in the view port. How do I get that texbox in the viewport ?

Akshay
  • 1,735
  • 6
  • 21
  • 29

1 Answers1

1

I have to highlight a textbox which is at extream right and is not in the view port

textbox.focus()

should do

Nivas
  • 18,126
  • 4
  • 62
  • 76