RE: [ cf-dev ] CGI Variable Problem

2003-11-11 Thread Lovelock, Richard J
mber 2003 17:18 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] CGI Variable Problem Something like this ? if (cgi.query_string contains "?"){ theurl=cgi.script_name&'?'&cgi.query_string&'&renderforprint=1'; }else{ theurl=cgi.script_name&'?re

RE: [ cf-dev ] CGI Variable Problem

2003-11-10 Thread Russ 'Snake' Michaels
er.co.uk The free resource for coldfusion developers To join the CFdeveloper discussion list send a blank email to [EMAIL PROTECTED] -Original Message- From: Lovelock, Richard J [mailto:[EMAIL PROTECTED] Sent: 10 November 2003 14:05 To: 'cflist' Subject: [ cf-dev ] CGI Variab

RE: [ cf-dev ] CGI Variable Problem

2003-11-10 Thread Adrian Lynch
A combination of QUERY_STRING and SCRIPT_NAME maybe? Ade -Original Message- From: Lovelock, Richard J [mailto:[EMAIL PROTECTED] Sent: 10 November 2003 14:05 To: 'cflist' Subject: [ cf-dev ] CGI Variable Problem Afternoon guys We are using a content management system wh

RE: [ cf-dev ] CGI Variable Problem

2003-11-10 Thread Alex Skinner
J [mailto:[EMAIL PROTECTED] Sent: 10 November 2003 14:05 To: 'cflist' Subject: [ cf-dev ] CGI Variable Problem Afternoon guys We are using a content management system which uses a "View Printer Friendly Page" link on the footer. If this is clicked, the page is resubmitte

Re: [ cf-dev ] CGI Variable Problem

2003-11-10 Thread duncan . cumming
'" <[EMAIL PROTECTED]> Subject: [ cf-dev ] CGI Variable Problem

RE: [ cf-dev ] CGI Variable Problem

2003-11-10 Thread Steve Martin
cgi.query_string > -Original Message- > From: Lovelock, Richard J [mailto:[EMAIL PROTECTED] > Sent: 10 November 2003 14:05 > To: 'cflist' > Subject: [ cf-dev ] CGI Variable Problem > > > Afternoon guys > > We are using a content management syste

[ cf-dev ] CGI Variable Problem

2003-11-10 Thread Lovelock, Richard J
Afternoon guys We are using a content management system which uses a "View Printer Friendly Page" link on the footer. If this is clicked, the page is resubmitted with a variable: "?renderforprint=1" appended to the URL. This is achieved by using #cgi.script_name#?renderforprint=1 in the code fo