Forms !

admin

Administrator
Staff member
Hi!I have 2 forms in my HTML document.Form1 has a single table with 4 textboxes horizontally placed next to each other.its aslo got a scroll-up and scroll-down button.
Form 2 also has 4 textboxes and a "submit" button.So basically i have to type in stuff in form2 and it should show up in Form1.ok..that part was ok..but....when i submit details for the second time,the stuff that i typed in now,should come up in form1.so what happens to the stuff that was there in the textboxes previously in form1???i am supposed to be using the scroll buttons in form1 to scrollup to see the stuff i had sent when i first typed in details in form1.is there some sort of file stuff which i have to use to store in the stuff?
this is just client side stuff so no databases and no connectivity.
my HTML document looks like this:
(form1:)
textbox1 textbox2 textbox3 textbox4 |scrollup|
|scrolldown|

__________________________________________________
(form2)
textbox1 textbox2 textbox3 textbox4 |SUBMIT|

so what should i be doing to store the previous stuff in form 1??
 
Back
Top