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 >> > >

Reply via email to