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 ?
Asked
Active
Viewed 244 times
1 Answers
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