|
Posted by Thomas 'PointedEars' Lahn on December 10, 2006, 8:59 pm
Please log in for more thread options
Andy Fish wrote:
> is there any standard element name that can be used for such a purpose
> i.e. passes validation but never produces any output (and ideally allows
> nested elements to be rendered normally too)
form. It can have input[type="hidden"] descendants where you can store your
data, and it can also have nested elements as descendants. Might not be
pretty, but works smoothly as long as nobody submits the form without a
submit button.
You could also use a `meta' element.
Note that these are not general recommendations for a solution. I am merely
pointing out the options you have within the given constraints.
PointedEars
--
Let us not judge others because of their religion, color or nationality.
We are all just human beings living together on this planet. (poehoe.de)
|