|
Hi
I am trying to update a hidden field in a form. here is what i am trying to do.
i have a form. it contains a image table with click able images..so input type = image
AND it contains an iframe which is the part i update using cgi.
So the problem is i don't know where to put this Hidden field..to the table or to the iframe.
the use of the hidden field is, it carries all the past infomations where the user clicks(and some other stuff too)
when i keep the hidden field in the iframe tag, the info of hidden field is not passed to the server (cgi)
& it works when i keep the hidden field out side the iframe & table tags BUT inside the form tag. whether it works this way...How do i update that field when the cgi program updates the things in the iframe..
hOPE u understood this..
Can anyone plz comment on this..I need an idea very soon.
Thanks
|