I’m sure this a real easy answer but I never worked much with forms. I do basically navigation bars. What I am trying to do is have 2 input fields[Var=Rows and Var=Columns] and after the user types in the number of rows and columns he click a button which sumbits the form. Then I redirect them back to a frame where the values are read and a grid it created. I have all gridding code done and it works find. Basically, my question is, “How do I submit a form, redirect the user to a frame[10] and then read the values of the input fields?” Thanks a bunch! Also, whenever I put a value in for var on the input boxes. There is default text in them such as, “level0.rows”. How can I get read of this?