I have a input form box at the very top of my webpage that is used solely for displaying text for reference to the visitor. This input box is used because the look and feel of a form input box fits the look and feel of the webpage. I do NOT want to use it as an actual form entry. The real form input boxes, in which the user can enter and update information, are located at the very bottom of the webpage. I was wondering if there is a way, in Javascript, to make the browser automatically scroll to the bottom of the webpage if the form input at the top of the page is clicked...???
Any help would be well appreciated.
Any help would be well appreciated.