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
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
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
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
'" <[EMAIL PROTECTED]>
Subject: [ cf-dev ] CGI Variable
Problem
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
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