Hello ,

I have a bunch of HTML input text boxes(spread over 2 pages) and I need to do the following two things:

1) On the first page I have an input box and when the user enters the data and presses the
ENTER Key I need to go to the second page/url

2) The second thing I need to do is the second page which has many input boxes I need to be
able to enter data in a box and when the user presses the ENTER key the focus moves to the
next input box.

How can I accomplish that with JavaScript

thanks very much in advance for any suggestions

Susan