From: Mike Stephens Date: 2009-06-10T23:36:57+09:00 Subject: Re: Getting user input from user on a webpage? How you pick up what the user has typed in the web page will depend on the server you are running. For example in the Ruby CGI class you can ask for individual fields or access them all with CGI#params. Have a look at the Pickaxe book which I think is now bundled with the Ruby download. -- Posted via http://www.ruby-forum.com/.