Quote:
> > The ncgi documentation for ncgi::reset has it taking 2 parameters, query
and
> > type. I cannot figure out what it means by query. Other than data
bases, I
> > cannot find a query referance in any HTML documentation I have. Any
ideas,
> > or examples?
> > http://tcllib.sourceforge.net/doc/ncgi.html
> The "query" part of a URL comes after a question mark.
> http://www.w3.org/DesignIssues/Axioms.html#Query
Okay. That only occurs with using GET for a form and I use POST, so I guess
this function is not applicable.