Here is what I have discovered.
Printing text/html output of the following...
print {<INPUT TYPE="hidden" name="article-reference" value="200007155544">}
...passes a URL appended with "?article%2Dreference=200007155544" creating a
word REBOL cannot use.
while...
print {<INPUT TYPE="hidden" name="articlereference" value="200007155544">}
...passes a word REBOL can use.
It seems the hyphen was causing a problem with my CGI.
-Ryan
><INPUT TYPE="hidden" NAME="name" VALUE="value">
>
>will pass a static value with a form
>
>> I need to
>>figure out how to pass a static value with a form, one that is not
generated
>>or chosen by the submitter
>>
>
>
- [REBOL] CGI Re:(5) danielsz
- [REBOL] CGI Re:(4) mailinglists
- [REBOL] CGI Re:(5) danielsz
- [REBOL] CGI Re: danielsz
- [REBOL] CGI Re:(2) jeff
- [REBOL] CGI Re:(3) allenk
- [REBOL] cgi RChristiansen
- [REBOL] cgi Re: tim
- [REBOL] cgi Re:(2) norsepower
- [REBOL] cgi Re:(3) norsepower
- [REBOL] cgi Re:(3) norsepower
- [REBOL] cgi Re:(3) Al . Bri
