".cgifields" problem

R

Roman Khutkyy

The CGI module (i suspect of, at least) write by itself the hidden fields
into HTML:
.....

<input type="submit" name="free" value="Set free" />

with a strange "/" slash before closing tag. Is this a bug? If so, How to
make CGI do not write such fields.
 
K

Karlheinz Weindl

Roman said:
The CGI module (i suspect of, at least) write by itself the hidden fields
into HTML:
....

<input type="submit" name="free" value="Set free" />

Aside of the fact that I can't see a hidden field in this line,
what you probably mean here is documented behaviour of the CGI module.
with a strange "/" slash before closing tag. Is this a bug?
No this is XHTML conform syntax.
If so, How to
make CGI do not write such fields.

Read the CGI documentation under "creating fill-out forms", it will
explain how you can overcome this.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,266
Messages
2,571,081
Members
48,772
Latest member
Backspace Studios

Latest Threads

Top