next message in archive
no next message in thread
previous message in archive
Index of Subjects
As a test, I tried (leading angle removed)
input type=checkbox name="test-name" CHECKED> test-name CHECKED
input type=checkbox name="uncheckedname" CHECKED>uncheckedname CHECKED
input type=text name=text-name> text-name CHECKED
The error log reports
++ gawk 'BEGIN { RS="&" ; FS="=" }
{ printf "cgi_%s=%c%s%c\n", $1, 39, $2, 39}'
+ eval 'cgi_uncheckedname='on'' 'cgi_test-name='on''
'cgi_text-name='any+test''
++ cgi_uncheckedname=on
++ cgi_test-name=on cgi_text-name=any+test
/usr/CSuite/lynxcgi-bin/test2-cgi: cgi_test-name=on: command not found
+ trap cs_html_foot 0
I tried several other variations. They all fail on the first hyphenated
"name=some-hyphen" form field assignment.
Gerard MacNeil, P. Eng.
next message in archive
no next message in thread
previous message in archive
Index of Subjects