I am creating a page where I want to dynamically fillin the contents of a
table based on user selections.
The page is created from a cgi.
I have a number of rows, say 150 that I want to hide in the page, either
with a xml or in an array as per below.
I don't which one I'd like to use
The xml would look like:
<xml id="test1">
<root>
<data>
<col1></col1> <col2></col2>
</data>
<data>
<col1></col1> <col2></col2>
</data>
table based on user selections.
The page is created from a cgi.
I have a number of rows, say 150 that I want to hide in the page, either
with a xml or in an array as per below.
I don't which one I'd like to use
The xml would look like:
<xml id="test1">
<root>
<data>
<col1></col1> <col2></col2>
</data>
<data>
<col1></col1> <col2></col2>
</data>
Comment