Rick - I missed the beginning of this thread - but how is your form setup? Are you submitting the form to itself? The referrer is the page where the request is coming from - so it makes sense there are no URL params there.
Since you are just testing this - I'd just manually add the URL params and see if you can get your back end logic working - and then worry about how to dynamically get the URL params on there (or use a hidden field) if that looks like it is going to work. Jim > -----Original Message----- > From: Rick Faircloth [mailto:[EMAIL PROTECTED] > Sent: Friday, April 20, 2007 2:38 PM > To: jquery-en@googlegroups.com > Subject: [jQuery] Re: Best way to determine if a user has > Javascript enabled? > > > Hmmm.... > > With CGI.QUERY_STRING I got nothing back... (ColdFusion > debugging is telling me there is no query string). > > With CGI.HTTP_REFERER I get > http://bodaford.whitestonemedia.com/html/dual_validation_01.cfm > with no query string. > > ??? > > -----Original Message----- > From: jquery-en@googlegroups.com > [mailto:[EMAIL PROTECTED] On > Behalf Of Priest, James (NIH/NIEHS) [C] > Sent: Friday, April 20, 2007 2:24 PM > To: jquery-en@googlegroups.com > Subject: [jQuery] Re: Best way to determine if a user has Javascript > enabled? > > > > -----Original Message----- > > From: Rick Faircloth [mailto:[EMAIL PROTECTED] > > > the value with CGI.HTTP_Referer, it comes back > > > You might want cgi.QUERY_STRING > > Jim > >