Click to See Complete Forum and Search --> : Forms !


moksh
02-16-2003, 12:23 PM
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??

moksh
02-16-2003, 12:47 PM
the 4 textboxes in form1 have to remain stationary.there is to be no more new textboxes created. When i scroll up or down, only then i can have access to the other records..so without creating new boxes each time i submit details, how can i proceed?

moksh
02-19-2003, 12:05 PM
that worked..thanks dave