Yep... that is what I ended up doing
>Shouldn't you switch to $.post if your URL is getting too long?
>
>
>
>
>>
~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=h
Shouldn't you switch to $.post if your URL is getting too long?
On Wed, Nov 21, 2012 at 7:28 AM, Dave Watts wrote:
>
> > We have run into a problem with CF10 where we throw a 500 error when the
> URL string to a CFC call
> > is too long. Does anyone know what setting needs changed??
> >
> > i
> We have run into a problem with CF10 where we throw a 500 error when the URL
> string to a CFC call
> is too long. Does anyone know what setting needs changed??
>
> isapi_redirect.log error is: jk_isapi_plugin.c (1920): error while getting
> the url
>
> We are running CF10 w/ IIS 7.5
Does th
Try
This is the code I use in a my login page. Basically I do it so a user can bookmark any page on the site (i.e. www.euservices.com/myeu/somepage.cfm?parm=somevalue) and if they select their bookmark the system will try to go there, switch to my login page, log them in then continue
theres a nifty little UDF on cflib called GetCurrentURL() which should do
the job
HTH
-Original Message-
From: Shahzad.Butt [mailto:[EMAIL PROTECTED]
Sent: Friday, January 9, 2004 12:15
To: CF-Talk
Subject: Get URL
How can I get the current URL (from browser)? e.g. I type in
http://abc.
Try
The variables you want is in there somewhere.
-Original Message-
From: Shahzad.Butt [mailto:[EMAIL PROTECTED]
Sent: 09 January 2004 12:15
To: CF-Talk
Subject: Get URL
How can I get the current URL (from browser)? e.g. I type in
http://abc.com/myTest/test.cfm I need t
Dump CGI to see what's available to use.
Ade :O)
-Original Message-
From: Shahzad.Butt [mailto:[EMAIL PROTECTED]
Sent: 09 January 2004 12:15
To: CF-Talk
Subject: Get URL
How can I get the current URL (from browser)? e.g. I type in
http://abc.com/myTest/test.cfm I need to
save thi
7 matches
Mail list logo