Re: Obtaining Request URL

2004-02-02 Thread Jamie Jackson
Unfortunately, we do Government work, so we can't rely on _javascript_. So the answer's no? ;-) Jamie On Thu, 29 Jan 2004 14:25:07 -0500, in cf-talk you wrote: You could just use _javascript_. That way it wouldn't matter what version of CF you are using. Ben -Original Message-

Re: Obtaining Request URL

2004-02-02 Thread Jamie Jackson
Hi Jeremy, You're right in that we can use JS, but as I wrote, we can't *rely* on it. IOW, we have to have some failsafe way to accomplish the same task if the user has JS turned off. This has to do with 508 compliance as well as specific client requirements. (Besides AFAIK, JS could only tell me

Re: Obtaining Request URL

2004-02-02 Thread Jamie Jackson
On Mon, 02 Feb 2004 19:06:28 +, in cf-talk you wrote: Try a custom tag called verveCFGetURL on www.hotscripts.com Hi Milan, Thanks for the reply, but this is actually less robust than mine, since it doesn't consider those less-often used URL bits (e.g. port). It only considers the server

RE: Obtaining Request URL

2004-02-02 Thread Dave Watts
This is more of an academic question (since I have working, albeit imperfect, workarounds): Is there a natural, server-side way to get the requested URL in CFMX? (A yes or no answer would be fine ;-) To the best of my knowledge, there's no single variable available within CFMX that contains

Re: Obtaining Request URL

2004-02-02 Thread Jamie Jackson
On Mon, 2 Feb 2004 15:27:16 -0500, in cf-talk you wrote: This is more of an academic question (since I have working, albeit imperfect, workarounds): Is there a natural, server-side way to get the requested URL in CFMX? (A yes or no answer would be fine ;-) To the best of my knowledge, there's

Re: Obtaining Request URL

2004-02-02 Thread Jamie Jackson
Hi Jeremy, On Mon, 02 Feb 2004 16:17:30 -0400, in cf-talk you wrote: I understand the need to make sure applications work without the use of _javascript_. However, this client requirement has nothing to do with Section 508! Okay, instead of using the phrase section 508, I should have written

RE: Obtaining Request URL

2004-01-29 Thread Ben Densmore
You could just use _javascript_. That way it wouldn't matter what version of CF you are using. Ben -Original Message- From: Jamie Jackson [mailto:[EMAIL PROTECTED] Sent: Thursday, January 29, 2004 1:59 PM To: CF-Talk Subject: Obtaining Request URL Just curious, is there a way to get