I have 21 lines in a textarea visible and there are over a thousand lines in it. If my script finds something for the user in line 520, is there a way to set the scrollbar so only lines 510-530 are initially visible?
TIA
Printable View
I have 21 lines in a textarea visible and there are over a thousand lines in it. If my script finds something for the user in line 520, is there a way to set the scrollbar so only lines 510-530 are initially visible?
TIA
I was hoping to avoid that and let the user see the lines before or after as needed. The thought just came to me I could open a new window, highlight a line, and scroll to it. Will need to experiment on that one first though.
Thanks for looking at it.