nmalik
07-30-2003, 08:58 AM
Hello all,
I have a slightly out of the usual problem. My code is pure HTML without any client side scripting enabled and want to avoid using it.
My basic layout has 2 frames, the upper half for displaying results based on user selections from the lower half frame. The upper half is a table consisting of individual cells (<td>'s) each of which show some data.
I went ahead and designed this really cool interface with a set of links (in the lower frame) for the various tasks that all sit well-aligned in a table :-) . There are around 20 links and each link was meant to update the value of a particular table cell (<td>'s).
Now this is where my inexperience in HTML is highlighted. I am now trying to incorporate "forms" into my design. What I expected to do was each click in the lower frame would send back a value to the server indicating which cell's contents to update. But now I realize that links (<a>'s) are not a type of form element. I am trying to avoid creating 20 different HTML files (one for every link).
I was planning on using Server Side Includes to update values of the table. Do I need to change my links to something like radiobuttons etc to get it working or is there a way to salvage my design?
Thanks,
Nitin
I have a slightly out of the usual problem. My code is pure HTML without any client side scripting enabled and want to avoid using it.
My basic layout has 2 frames, the upper half for displaying results based on user selections from the lower half frame. The upper half is a table consisting of individual cells (<td>'s) each of which show some data.
I went ahead and designed this really cool interface with a set of links (in the lower frame) for the various tasks that all sit well-aligned in a table :-) . There are around 20 links and each link was meant to update the value of a particular table cell (<td>'s).
Now this is where my inexperience in HTML is highlighted. I am now trying to incorporate "forms" into my design. What I expected to do was each click in the lower frame would send back a value to the server indicating which cell's contents to update. But now I realize that links (<a>'s) are not a type of form element. I am trying to avoid creating 20 different HTML files (one for every link).
I was planning on using Server Side Includes to update values of the table. Do I need to change my links to something like radiobuttons etc to get it working or is there a way to salvage my design?
Thanks,
Nitin