<INPUT type="hidden" name="foo" value="[some text]">
So far in my testing I've determined that " and > are not allowed there -
the former treating that as the end quote, the latter interpreting it as
the end of the INPUT tag. I can handle those two special conditions fine
- is there anything else that I should worry about? Or should I do
something really ugly like uuencode whatever data I want to put there? :)
Brian