Page callback loses URL parameter

2010-12-16 Thread Stephens, Larry V
"Page stupid.cfm" Inside a javascript function on this page is code akin to this: var x = 'scramble'; window.location = 'stupid.cfm?dothis=' + x; // page reloads and functions correctly, i.e., the URL parameter is present ... ...code... scrambl

Re: Error in url parameter

2008-06-04 Thread Shivhare Yogendra
wrote: > From: TechInfo <[EMAIL PROTECTED]> > Subject: Re: Error in url parameter > To: "CF-Talk" > Date: Thursday, June 5, 2008, 5:55 AM > Yogendra Shivhare wrote: > > I am getting following error in my applicationElement > FORM_ID is undefined in URL. >

Re: Error in url parameter

2008-06-04 Thread TechInfo
Yogendra Shivhare wrote: > I am getting following error in my applicationElement FORM_ID is undefined in > URL. > G:\ITO_Services_Webs\iForms\sessionMgmt.cfm: line 103 > 101 : > 102 : EXEC SP_Get_Form 1 > 103 : @Form_ID = #URL.FORM_ID#, > 104 : @Key_Type = '#URL.Key_Type#', > 105 : @Key_ID =

Re: Error in url parameter

2008-06-04 Thread Shivhare Yogendra
Aaron, Its using tag --- On Thu, 6/5/08, Aaron Rouse <[EMAIL PROTECTED]> wrote: > From: Aaron Rouse <[EMAIL PROTECTED]> > Subject: Re: Error in url parameter > To: "CF-Talk" > Date: Thursday, June 5, 2008, 12:49 AM > How is the sessionMgm

RE: Error in url parameter

2008-06-04 Thread Bob Imperial
[mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2008 3:14 PM To: CF-Talk Subject: Re: Error in url parameter I tried and below is the result so I do have values but error is still there struct FORM_ID 67 IO_MODE 1 KEY_ID 71241 KEY_TYPE VPMO_ID SBCUID dw4694 UIID 86972628 WINSIZE 1000x690 Â Than

Re: Error in url parameter

2008-06-04 Thread Aaron Rouse
, 6/4/08, Gerald Guido <[EMAIL PROTECTED]> wrote: > > > From: Gerald Guido <[EMAIL PROTECTED]> > > Subject: Re: Error in url parameter > > To: "CF-Talk" > > Date: Wednesday, June 4, 2008, 11:09 PM > > try this Put this before the cfquery and see i

Re: Error in url parameter

2008-06-04 Thread Shivhare Yogendra
happens when you’re making other plans…!’ --- On Wed, 6/4/08, Gerald Guido <[EMAIL PROTECTED]> wrote: > From: Gerald Guido <[EMAIL PROTECTED]> > Subject: Re: Error in url parameter > To: "CF-Talk" > Date: Wednesday, June 4, 2008, 11:09 PM > try this Put t

Re: Error in url parameter

2008-06-04 Thread Gerald Guido
try this Put this before the cfquery and see if you are passing the correct URL vars. On Wed, Jun 4, 2008 at 12:25 PM, Yogendra Shivhare < [EMAIL PROTECTED]> wrote: > I am getting following error in my applicationElement FORM_ID is undefined > in URL. > G:\ITO_Services_Webs\iForms\sessionMgmt

Re: Error in url parameter

2008-06-04 Thread Charlie Griefer
prior to the cfquery, do this: look at the results of the dump and verify that the values that you're expecting actually exist in the scope. On Wed, Jun 4, 2008 at 10:33 AM, Yogendra Shivhare <[EMAIL PROTECTED]> wrote: > Katrina Thanks for the reply but it didn't work > > > ~~

Re: Error in url parameter

2008-06-04 Thread Yogendra Shivhare
Katrina Thanks for the reply but it didn't work ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.ho

Re: Error in url parameter

2008-06-04 Thread Katrina Chapman
10:25:13 AM Subject: Error in url parameter I am getting following error in my applicationElement FORM_ID is undefined in URL. G:\ITO_Services_Webs\iForms\sessionMgmt.cfm: line 103 101 : 102 : EXEC SP_Get_Form 1 103 : @Form_ID = #URL.FORM_ID#, 104 : @Key_Type = '#URL.Key_Type#', 105

Error in url parameter

2008-06-04 Thread Yogendra Shivhare
I am getting following error in my applicationElement FORM_ID is undefined in URL. G:\ITO_Services_Webs\iForms\sessionMgmt.cfm: line 103 101 : 102 : EXEC SP_Get_Form 1 103 : @Form_ID = #URL.FORM_ID#, 104 : @Key_Type = '#URL.Key_Type#', 105 : @Key_ID = #URL.Key_ID# Form id is always there in

open new window in flash form and pass a url parameter

2007-03-06 Thread lex simeus
I need to open a new window and pass a url parameter in a flash form. When I select a record in the grid, I need to pass the accession to the next page. if i hard the accession, the new window opens and I get the correct result, but i am not sure how to pass it as I select it on the grid in

RE: URL Parameter

2006-09-25 Thread Ben Nadel
ginal Message- From: Mark A Kruger [mailto:[EMAIL PROTECTED] Sent: Saturday, September 23, 2006 10:54 AM To: CF-Talk Subject: RE: URL Parameter Looking at your code I'd say it's time we moved you out of your moms basement and get you access to some of that stuff - you are ready for the b

RE: URL Parameter

2006-09-23 Thread Mark A Kruger
3:06 PM To: CF-Talk Subject: RE: URL Parameter Jon , I am a fairly low-level programmer, and by that I mean I never do any server work or deal with IIS logging or anything of that sort. That is why I am strongly opposed to things like Mapped Paths and installing java classes in the java class path

RE: URL Parameter

2006-09-22 Thread Ben Nadel
logging :D .. Ben Nadel Certified Advanced ColdFusion Developer www.bennadel.com -Original Message- From: Jon Clausen [mailto:[EMAIL PROTECTED] Sent: Friday, September 22, 2006 3:48 PM To: CF-Talk Subject: RE: URL Parameter Ben, That is a cool method! I guess that was t

RE: URL Parameter

2006-09-22 Thread Jon Clausen
fied Advanced ColdFusion Developer > http://www.bennadel.com > > > -Original Message- > From: Dave Hatz [mailto:[EMAIL PROTECTED] > Sent: Friday, September 22, 2006 1:15 PM > To: CF-Talk > Subject: RE: URL Parameter > > That would be awesome, thanks Ben &g

RE: URL Parameter

2006-09-22 Thread Ben Nadel
Also, here is the direct snippet: http://www.bennadel.com/snippets/29-Handling-404-Errors-in-ColdFusion.ht m -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Friday, September 22, 2006 3:37 PM To: CF-Talk Subject: RE: URL Parameter Ok, this was a bit rushed and it

RE: URL Parameter

2006-09-22 Thread Ben Nadel
general idea. .. Ben Nadel Certified Advanced ColdFusion Developer http://www.bennadel.com -Original Message- From: Dave Hatz [mailto:[EMAIL PROTECTED] Sent: Friday, September 22, 2006 1:15 PM To: CF-Talk Subject: RE: URL Parameter That would be awesome, thanks Ben

Re: URL Parameter

2006-09-22 Thread Jon Clausen
.path is empty. -Jon On Sep 22, 2006, at 2:58 PM, Larry Lyons wrote: >> Wondering if anyone has done this before with just straight CF and >> not ISAPI >> rewrites. >> >> Want to create a url like -- http://www.somesite.com/64673 >> >> And then pull th

Re: URL Parameter

2006-09-22 Thread Larry Lyons
>Wondering if anyone has done this before with just straight CF and not ISAPI >rewrites. > >Want to create a url like -- http://www.somesite.com/64673 > >And then pull that 64673 off as a url parameter for querying and redirect? > >Thanks While there are complicated met

RE: URL Parameter

2006-09-22 Thread Dave Hatz
That would be awesome, thanks Ben Dave -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Friday, September 22, 2006 9:57 AM To: CF-Talk Subject: RE: URL Parameter Dave, My actual CFM page is super complicated because it integrates with a custom framework that I

RE: URL Parameter

2006-09-22 Thread Ben Nadel
:[EMAIL PROTECTED] Sent: Friday, September 22, 2006 12:43 PM To: CF-Talk Subject: Re: URL Parameter Ben, Would you be so kind to post the .cfm page you used when IIS Redirected 404's? I have been looking for a solution just like this... Thanks,

Re: URL Parameter

2006-09-22 Thread Dave Hatz
Ben, Would you be so kind to post the .cfm page you used when IIS Redirected 404's? I have been looking for a solution just like this... Thanks, Dave ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hittin

RE: URL Parameter

2006-09-22 Thread Ben Nadel
To: CF-Talk Subject: URL Parameter Wondering if anyone has done this before with just straight CF and not ISAPI rewrites. Want to create a url like -- http://www.somesite.com/64673 And then pull that 64673 off as a url parameter for querying and redirect? Thanks

URL Parameter

2006-09-22 Thread Brian
Wondering if anyone has done this before with just straight CF and not ISAPI rewrites. Want to create a url like -- http://www.somesite.com/64673 And then pull that 64673 off as a url parameter for querying and redirect? Thanks

Re: URL Parameter list?

2003-03-21 Thread James Blaha
nal Message- >From: James Blaha [mailto:[EMAIL PROTECTED] >Sent: Friday, March 21, 2003 1:35 PM >To: CF-Talk >Subject: Re: URL Parameter list? > > >Rob, > >You can use CFSCRIPT and PARSE the URL. It's a pain in the butt! I feel >your pain I just ran into this issu

Re: URL Parameter list?

2003-03-21 Thread Bryan Stevenson
day, March 21, 2003 10:48 AM Subject: RE: URL Parameter list? > Thanks for all the help. > > What I ended up doing was > > > > > > Does the same thing I was trying to do in the first place! > > Chalk it up to a bad Friday. > > Thanks anyway, > >

RE: URL Parameter list?

2003-03-21 Thread Edwards Robert (air0rae)
: Friday, March 21, 2003 1:35 PM To: CF-Talk Subject: Re: URL Parameter list? Rob, You can use CFSCRIPT and PARSE the URL. It's a pain in the butt! I feel your pain I just ran into this issue where I had a requirement to use GET, do to an IE issue with a JavaScript reload to a Parent window fr

Re: URL Parameter list?

2003-03-21 Thread James Blaha
here a similar ability to loop through the URL Parameter? (IE. I use >form action get instead of post). > >I need this ASAP as I have to turn over a project today. > >Thanks, > >Rob > > ~| Archives: http

Re: URL Parameter list?

2003-03-21 Thread Bryan Stevenson
t; To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, March 21, 2003 10:25 AM Subject: URL Parameter list? > I know I can loop through form variables by using Form.FieldNames as a list, > but is there a similar ability to loop through the URL Parameter? (IE. I use > form action get

Re: URL Parameter list?

2003-03-21 Thread Jerry Johnson
orm variables by using Form.FieldNames as a list, but is there a similar ability to loop through the URL Parameter? (IE. I use form action get instead of post). I need this ASAP as I have to turn over a project today. Thanks, Rob ~~~

RE: URL Parameter list?

2003-03-21 Thread Barney Boisvert
URL is a structure in CFMX, and CF5 as well, I believe. so you can use structKeyList(url) to get a list, or do a loop like this: mailto:[EMAIL PROTECTED] > Sent: Friday, March 21, 2003 10:26 AM > To: CF-Talk > Subject: URL Parameter list? > > > I know I can loop through

URL Parameter list?

2003-03-21 Thread Edwards Robert (air0rae)
I know I can loop through form variables by using Form.FieldNames as a list, but is there a similar ability to loop through the URL Parameter? (IE. I use form action get instead of post). I need this ASAP as I have to turn over a project today. Thanks, Rob

RE: Info on URL Parameter 'RequestTimeout'

2003-02-27 Thread Dave Watts
> Is there anyway you can set the timeout within a CF > template and NOT rely on the RequestTimeout querystring? > (FYI using CF 5.0) No, not in CF 5, to the best of my knowledge. However, you may be able to work around this by adding code like this to your page: Dave Watts, CTO, F

RE: Info on URL Parameter 'RequestTimeout'

2003-02-27 Thread David Collie (itndac)
Parameter 'RequestTimeout' I've only had luck putting it directly in the url. Mike -Original Message- From: Everett, Al [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 6:53 AM To: CF-Talk Subject: RE: Info on URL Parameter 'RequestTimeout' I don'

RE: Info on URL Parameter 'RequestTimeout'

2003-02-27 Thread Tangorre, Michael
I've only had luck putting it directly in the url. Mike -Original Message- From: Everett, Al [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 6:53 AM To: CF-Talk Subject: RE: Info on URL Parameter 'RequestTimeout' I don't have a definitive answer for this

RE: Info on URL Parameter 'RequestTimeout'

2003-02-27 Thread Everett, Al
, 2003 4:37 AM > To: CF-Talk > Subject: Info on URL Parameter 'RequestTimeout' > > > Hey list, > > Without really being able to test it properly at the moment, > I need some quick info on the 'RequestTimeout' URL parameter. > > When does CF (usi

Info on URL Parameter 'RequestTimeout'

2003-02-27 Thread David Collie (itndac)
Hey list, Without really being able to test it properly at the moment, I need some quick info on the 'RequestTimeout' URL parameter. When does CF (using 5.0) use this parameter? Does it need to be in the querystring or can I set it on a page using either cfset or cfparam...

RE: URL Parameter?

2002-09-01 Thread Dave Watts
> URL parameters are passed as part of the URL, for example: > > http://Testsite.com/index.cfm?strParam="This_is_a_sample_URL_Param"; > > When your CF program is called, this field would have the > fully qualified name of "url.strParam" Just a little note - neither spaces nor double quotes are

RE: URL Parameter?

2002-08-29 Thread S . Isaac Dealey
August 28, 2002 4:22 PM > To: CF-Talk > Subject: URL Parameter? > What does this URL Parameter mean? > How is it being sent? > Parameters > URL Parameters: > OVERRIDE_DEBUG_MODE=DEBUG > CGI Variables: > AUTH_PASSWORD= > AUTH_TYPE= &

RE: URL Parameter?

2002-08-29 Thread Andy Ousterhout
myers [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 4:22 PM To: CF-Talk Subject: URL Parameter? What does this URL Parameter mean? How is it being sent? Parameters URL Parameters: OVERRIDE_DEBUG_MODE=DEBUG CGI Variables: AUTH_PASSWORD= AUTH_TYPE= . .and as alway

URL Parameter?

2002-08-28 Thread robert_myers
What does this URL Parameter mean? How is it being sent? Parameters URL Parameters: OVERRIDE_DEBUG_MODE=DEBUG CGI Variables: AUTH_PASSWORD= AUTH_TYPE= .. ..and as always, thanks in advance! __ This list and all House of

RE: URL Parameter in window.open

2001-05-11 Thread Darren Adams
Yep should work. -Original Message- From: Lewis Steven [mailto:[EMAIL PROTECTED]] Sent: 11 May 2001 14:16 To: CF-Talk Subject: Re: URL Parameter in window.open what about window.open('file.cfm?name='+value, ... ) as long it is a defined JS variable it should work... corre

Re: URL Parameter in window.open

2001-05-11 Thread Lewis Steven
what about window.open('file.cfm?name='+value, ... ) as long it is a defined JS variable it should work... correct? Steve Darren Adams wrote: > > That should work fine but if you intend to send through CF variables then > you need to wrap it in a CFOUTPUT. > > -Original Message- > Fro

RE:OT: URL Parameter in window.open

2001-05-10 Thread Semrau, Steven L Mr SRA
Not exactly sure what you are asking without seeing more of the code or error that you have... does the window.open() work? OR Is there an easy way to control window size? If you are using any variables within the window.open function make sure to wrap around the script/function so the variab

RE: URL Parameter in window.open

2001-05-10 Thread Angél Stewart
oh! oh! I know the answer to this one! :) I did this already..hang on lemme get the code here.. ok! Go to www.opentelecom.com and click Send E page. and do a View Source on that page ^_^ Its all there. But just in case the site is down or somethign here is the relevant code: function OpenPage

RE: URL Parameter in window.open

2001-05-10 Thread Darren Adams
That should work fine but if you intend to send through CF variables then you need to wrap it in a CFOUTPUT. -Original Message- From: Richard Colman [mailto:[EMAIL PROTECTED]] Sent: 10 May 2001 15:40 To: CF-Talk Subject: JS:URL Parameter in window.open does anyone know something like

RE: Getting Form's fields as URL parameter too...

2000-10-10 Thread Perez, Bismark
Lee [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 05, 2000 6:44 PM To: CF-Talk Subject: RE: Getting Form's fields as URL parameter too... In your Form or CFForm tag, you get to chosse the METHOD. The default (strangely) is GET, which passes the form fields appended to the URL. If yo

RE: Getting Form's fields as URL parameter too...

2000-10-10 Thread Perez, Bismark
Lee [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 05, 2000 6:44 PM To: CF-Talk Subject: RE: Getting Form's fields as URL parameter too... In your Form or CFForm tag, you get to chosse the METHOD. The default (strangely) is GET, which passes the form fields appended to the URL. If yo

RE: Getting Form's fields as URL parameter too...

2000-10-06 Thread Dave Watts
> In your Form or CFForm tag, you get to chosse the METHOD. The > default (strangely) is GET, which passes the form fields appended > to the URL. If you use POST for the METHOD, the fields will be > passed via the HTTP headers, which is usually preferable IMHO. I'm being slightly and probably

Re: Getting Form's fields as URL parameter too...

2000-10-05 Thread tom muck
t; <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, October 05, 2000 4:21 PM Subject: Getting Form's fields as URL parameter too... > Hello there, > > is this possible... > > > Bismarck > --

RE: Getting Form's fields as URL parameter too...

2000-10-05 Thread Scott Wood
I don't really understand why you would need to do this.. But you can put 'method="get"' in your form field and it will post it to the url. If you can explain a little more, i could prob. help a little more. Scott --

RE: Getting Form's fields as URL parameter too...

2000-10-05 Thread BORKMAN Lee
ColdFusion Tags by Bjork -Original Message- From: Perez, Bismark [mailto:[EMAIL PROTECTED]] Sent: Friday, October 06, 2000 7:22 AM To: CF-Talk Subject: Getting Form's fields as URL parameter too... Hello there, is this possible... Bis

Getting Form's fields as URL parameter too...

2000-10-05 Thread Perez, Bismark
Hello there, is this possible... Bismarck -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a mess

Re: URL parameter in a Frame

2000-06-24 Thread Sean Renet
actually if all your are trying to get is the SESSION.month variable all you have to do is append #session.urltoken# to your frame and href's and forms. -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscr

RE: URL parameter in a Frame

2000-06-24 Thread Philip Arnold - ASP
> I ask for some advice on if this is the best way to pass a URL > parameter to a nested frame. > > In application.cfm I have > > > > > > The frame cannot access the URL parameter directly so I though of > this work > around. Am I going to run into

Re: URL parameter in a Frame

2000-06-23 Thread Brett Payne-Rhodes
Ummm, why can't you pass a URL parameter to a frame? I do it all the time and it seems to work for me... Is it that you are passing it to the frameset but not then passing it to the relevant frame? For example, if I have a frameset called diary.cfm which has two frames diaryCalendar.cf

URL parameter in a Frame

2000-06-23 Thread Tim Bahlke
I ask for some advice on if this is the best way to pass a URL parameter to a nested frame. In application.cfm I have The frame cannot access the URL parameter directly so I though of this work around. Am I going to run into problems down the road if I do this? Thanks

URL parameter and Frames

2000-06-21 Thread Tim Bahlke
Is there a secret to accessing a URL parameter from a deeply nested frame? Tim Bahlke, CIFO thinkcreate.com p. 336.230.0575 f. 336.230.0083 -- Archives: http://www.eGroups.com/list/cf-talk To

RE: encrypting a URL parameter

2000-05-25 Thread Steve Bernard
be aware that JS is going to be very slow in comparison to using a compiled language version of any encryption/decryption algorithm. Regards, Steve -Original Message- From: Billy Cravens [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 25, 2000 7:58 PM To: [EMAIL PROTECTED] Subject: Re: e

Re: encrypting a URL parameter

2000-05-25 Thread Billy Cravens
ED]> Sent: Thursday, May 25, 2000 5:02 PM Subject: RE: encrypting a URL parameter > Well actually its not that I dont have control (should have worded it > differently), we are working together on this but they do not run CF. > Basically I was thinking I could provide them with some alg

RE: encrypting a URL parameter

2000-05-25 Thread Adrian Cesana
Well actually its not that I dont have control (should have worded it differently), we are working together on this but they do not run CF. Basically I was thinking I could provide them with some algorithm that I would use to decrypt on my end... > You could take the url parameters, put them in

RE: encrypting a URL parameter

2000-05-25 Thread Eric Dawson
how will the other site generate the encrypted url ticket? Will it always be the same for any given site? From: "Adrian Cesana" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: RE: encrypting a URL parameter Date: Thu, 25 May 2000 14:33:22

RE: encrypting a URL parameter

2000-05-25 Thread Aaron Johnson
ou're kinda hosed. Aaron -Original Message- From: Adrian Cesana [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 25, 2000 2:33 PM To: [EMAIL PROTECTED] Subject: RE: encrypting a URL parameter The problem is I have no control over the other website > > You could utilize t

RE: encrypting a URL parameter

2000-05-25 Thread jonathan . b . garstin
ailto:[EMAIL PROTECTED]] Sent: Thursday, May 25, 2000 2:33 PM To: [EMAIL PROTECTED] Subject: RE: encrypting a URL parameter The problem is I have no control over the other website > > You could utilize the encrypt() and decrypt() functions or the > undocumented > cf_encrypt and cf_d

RE: encrypting a URL parameter

2000-05-25 Thread Adrian Cesana
The problem is I have no control over the other website > > You could utilize the encrypt() and decrypt() functions or the > undocumented > cf_encrypt and cf_decrypt. > > Billy > > > > Another site is linking to my site, within the URL are a few parameters > that > > I would like to have en

Re: encrypting a URL parameter

2000-05-25 Thread Billy Cravens
You could utilize the encrypt() and decrypt() functions or the undocumented cf_encrypt and cf_decrypt. Billy - Original Message - From: Adrian Cesana <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 25, 2000 3:09 PM Subject: encrypting a URL parameter >

encrypting a URL parameter

2000-05-25 Thread Adrian Cesana
Another site is linking to my site, within the URL are a few parameters that I would like to have encrypted. What are some methods of doing this? It does not have to be anything heavy duty... -Adrian -- Archives: http:/