search for: myquery_input_submit

Displaying 1 result from an estimated 1 matches for "myquery_input_submit".

2006 Aug 01
0
checking form submission
...pp where some of the content is located in "static" rhtml files. How should I access form parameters in these files so that something like the following will work(simply checking whether a form has been submitted): <% require ''cgi'' cgi = CGI.new if cgi[''myquery_input_submit''] == ''1'' test = 1 else test = ''none'' end %> <%= test %> <%= ''my input'' + cgi[''myquery_input_submit''].to_s%> <form action="http://127.0.0.1/~josephmoore/testForm.rhtml" method="post...