From: Toby Rodwell Date: 2007-05-17T18:22:51+09:00 Subject: Re: CGI and re-direction [Clarification of previous post] when I said "do I use an if..then to choose between two pages (one used pre-posting and the other post-posting" what I meant was: #!/bin/ruby .... if FIRST_VISIT # (how do I test?) cgi.out { a page not referring to cgi.params} else cgi.out { a page using cgi.params } end Or can I avoid this? Thanks! -- Posted via http://www.ruby-forum.com/.