Re: Passing URL variables to cfwindow?

2008-11-06 Thread Pete Ruckelshaus
Won't that create an excessive number of instances of cfwindow? I was trying to be efficient by creating a single instance and then passing the variable to it. Pete On Wed, Nov 5, 2008 at 9:51 PM, Rob Parkhill [EMAIL PROTECTED] wrote: Pete, The following works no problem for me cfwindow

Re: Passing URL variables to cfwindow?

2008-11-06 Thread Pete Ruckelshaus
OK, figured out a solution: a href=javascript:ColdFusion.Window.show('mywin');ColdFusion.navigate('test2.cfm?a=1','mywin');Show/a cfwindow source=test2.cfm width=350 height=350 name=mywin initshow=false modal=true title=Edit center=true / Basically, create the window, then navigate to the

Re: Passing URL variables to cfwindow?

2008-11-06 Thread Rob Parkhill
Cool Pete, I think that I will just have to borrow that Rob On Thu, Nov 6, 2008 at 5:17 PM, Pete Ruckelshaus [EMAIL PROTECTED]wrote: OK, figured out a solution: a href=javascript:ColdFusion.Window.show('mywin');ColdFusion.navigate('test2.cfm?a=1','mywin');Show/a cfwindow

Re: Passing URL variables to cfwindow?

2008-11-05 Thread Rob Parkhill
Pete, The following works no problem for me cfwindow name=job#jobID# height=500 width=600 draggable=true closable=true title=Job Information source=job_view.cfm?id=#jobid# resizable=true / I have it nested inside a loop that loops a query for job data. Rob On Wed, Nov 5, 2008 at 9:18 PM, Pete

Re: Passing URL variables to cfwindow?

2008-11-05 Thread Rob Parkhill
And it gets called using the following, damn send is so tempting to hit a href=# onClick=javacript:ColdFusion.Window.show('job#jobID#') Click here for more /a Rob On Wed, Nov 5, 2008 at 9:51 PM, Rob Parkhill [EMAIL PROTECTED]wrote: Pete, The following works no problem for me cfwindow

Re: passing URL variables to a cfwindow

2008-02-12 Thread Steve Good
This definitely got me going in the right direction, however, I am still having trouble with this. Here is what I am trying to do. I have a page that is populated by looping through a query. I am showing an image dynamically based on the data returned by the query. When a user clicks the

Re: passing URL variables to a cfwindow

2008-02-12 Thread Don L
Glad you worked it out. Ok, I have my initial problem solved with passing data to my cfwindow. Thanks for the help! Starting a new thread for the next road block I am having. ~Steve Steve Good wrote: ~| Adobe®

Re: passing URL variables to a cfwindow

2008-02-12 Thread Steve Good
Ok, I have my initial problem solved with passing data to my cfwindow. Thanks for the help! Starting a new thread for the next road block I am having. ~Steve Steve Good wrote: This definitely got me going in the right direction, however, I am still having trouble with this. Here is what

Re: passing URL variables to a cfwindow

2008-02-11 Thread Don L
Yes, the simpliest way looks like this cfwindow title=My Cool Window source=neatStuff.cfm?param1=value1/ But probaby you were looking for something more complexed? Yes? Like from cfpod or another cfwindow? And that's doable as well. The problem in my experience lies in multiple browser

Re: passing URL variables to a cfwindow

2008-02-09 Thread Jose Diaz
any luck on this steve? I noticed the same problem but have not had time to delve any deeper. Jose On Feb 9, 2008 12:54 AM, Steve Good [EMAIL PROTECTED] wrote: Is it possible to pass variables through the URL scope to a cfwindow? If so, how? Thanks! :) -- ~Steve

Re: passing URL variables to a cfwindow

2008-02-09 Thread Steve Good
No luck yet, but the other person working on the code may have found a solution. I have not yet seen the code yet though. ~Steve On Feb 9, 2008, at 8:56 AM, Jose Diaz [EMAIL PROTECTED] wrote: any luck on this steve? I noticed the same problem but have not had time to delve any deeper.

RE: passing url

2007-09-26 Thread Robert Harrison
How do I pass a percentage (%) sign within a URL? Use URLEncode and URLDecode. Robert B. Harrison Director of Interactive services Austin Williams 125 Kennedy Drive, Suite 100 Hauppauge NY 11788 T : 631.231.6600 Ext. 119 F : 631.434.7022 www.austin-williams.com Great advertising can't be

RE: passing url

2007-09-26 Thread Orlini, Robert
thank you! -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 26, 2007 3:42 PM To: CF-Talk Subject: Re: passing url wilson_dbases.cfm?account=#URLEncodedFormat(form.account)# On 9/26/07, Orlini, Robert [EMAIL PROTECTED] wrote: How do I pass

RE: passing url

2007-09-26 Thread Dawson, Michael
urlEncodedFormat() should do it. M!ke -Original Message- From: Orlini, Robert [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 26, 2007 2:37 PM To: CF-Talk Subject: passing url How do I pass a percentage (%) sign within a URL? I have: wilson_dbases.cfm?account=#form.account#

Re: passing url

2007-09-26 Thread Charlie Griefer
wilson_dbases.cfm?account=#URLEncodedFormat(form.account)# On 9/26/07, Orlini, Robert [EMAIL PROTECTED] wrote: How do I pass a percentage (%) sign within a URL? I have: wilson_dbases.cfm?account=#form.account# When form.account is entered with a percentage it generate an error. Thx.

RE: Passing URL variables in a dynamic form action

2005-01-03 Thread Martin Parry
Mike - If you do a CFDUMP of the CGI scope you will see amongst other things that you can use action=#cgi.script_name#?#cgi.query_string# p.s. What are the CF developer contract rates like in Oz at the moment ? Martin Parry Macromedia Certified Developer http://www.BeetrootStreet.co.uk

Re: Passing URL variables in a dynamic form action

2005-01-03 Thread Mike Kear
AH!! yes.. I KNEW it was right in front of me. But I'm sorry given it's a hot summer, and still new year hangover time, my brain just wasn't working. Thanks As to contract rates, I'm not a good person to ask. I'm bloody glad to see the back of 2004. It was the worst year financially for me

RE: Passing URL variables in a dynamic form action

2005-01-03 Thread Martin Parry
PROTECTED] Sent: 03 January 2005 13:30 To: CF-Talk Subject: Re: Passing URL variables in a dynamic form action AH!! yes.. I KNEW it was right in front of me. But I'm sorry given it's a hot summer, and still new year hangover time, my brain just wasn't working. Thanks As to contract rates, I'm

RE: Passing URL variables in a dynamic form action

2005-01-03 Thread Micha Schopman
Mike, Learn something extra .. do Java, do .NET, make handmade carpets.., really. According to the hot discussions ColdFusion seems to be pretty popular in the US, but overhere there is the same situation as you have .. ColdFusion .. euhm.. what is that? ;) Micha Schopman Project Manager

RE: Passing URL in query string

2003-01-21 Thread Tony Weeg
what exactly do you mean? anything in the url string, is in the url string to stay. ...tony Tony Weeg Senior Web Developer UnCertified Advanced ColdFusion Developer Information System Design Navtrak, Inc. Mobile workforce monitoring, mapping reporting www.navtrak.net 410.548.2337

Re: Passing URL in query string

2003-01-21 Thread Phillip B
I have a link that has to have another link passed in the query string. This makes the link I click look like this. index.cfm?go=yesurl=http://www.asdf.com/index.cfm?x=xy=y The problem is that when index.cfm gets it, it sees the variables go, url and y. 3 vars insted of two. What I need is to make

RE: Passing URL in query string

2003-01-21 Thread Jerry Johnson
(just a SWAG), but I think what he meant to say ... He wants to pass a filespec containing wildcards (?filename=Sep??2002.*) (or some similar string) But it gets rid of the ? and the *. Phillip, if this is close, Those characters really aren't web url friendly. Sure, you can pass them (and

RE: Passing URL in query string

2003-01-21 Thread Mark A. Kruger - CFG
Phil, Have you tried URL Encoding the variable? url=#urlencodedFormat(http://www.asdf.com/index.cfm?x=xy=y)# -mk -Original Message- From: Phillip B [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 3:40 PM To: CF-Talk Subject: Re: Passing URL in query string I have a link

Re: Passing URL in query string

2003-01-21 Thread Clint Tredway
:40 PM Subject: Re: Passing URL in query string I have a link that has to have another link passed in the query string. This makes the link I click look like this. index.cfm?go=yesurl=http://www.asdf.com/index.cfm?x=xy=y The problem is that when index.cfm gets it, it sees the variables go, url

RE: Passing URL in query string

2003-01-21 Thread Mosh Teitelbaum
URL Encode it. For example: CFSET myURL = http://www.asdf.com/index.cfm?x=xy=y; CFLOCATION URL=http://www.asdf.com/foo.cfm?myURL=#URLEncodedFormat(myURL)# -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/

Re: Passing URL in query string

2003-01-21 Thread Phillip B
[EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, January 21, 2003 3:45 PM Subject: Re: Passing URL in query string Have you tried using URLENCODEDFORMAT function to encode the vars and then use the urldecode function to decode it? This will probably get your desired results

Re: Passing URL in query string

2003-01-21 Thread Clint Tredway
PM Subject: Re: Passing URL in query string I've tried the URLEncodedFormat and URLDecode but it still separates them. It shows it correctly encoded in the html but that gets blown to hell once you click the link. This is so freaking simple but I cant see what I am doing wrong. Phillip B

RE: Passing URL in query string

2003-01-21 Thread Mark A. Kruger - CFG
)# -Original Message- From: Phillip B [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 3:59 PM To: CF-Talk Subject: Re: Passing URL in query string I've tried the URLEncodedFormat and URLDecode but it still separates them. It shows it correctly encoded in the html but that gets blown

Re: Passing URL in query string

2003-01-21 Thread Jerry Johnson
, 2003 3:45 PM Subject: Re: Passing URL in query string Have you tried using URLENCODEDFORMAT function to encode the vars and then use the urldecode function to decode it? This will probably get your desired results. Clint - Original Message - From: Phillip B [EMAIL PROTECTED

Re: Passing URL in query string

2003-01-21 Thread Phillip B
than what I am trying because its very, very wrong :) I guess its back to the drawing board. Dang! Thanks everyone! Phillip B. - Original Message - From: Jerry Johnson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, January 21, 2003 4:13 PM Subject: Re: Passing URL

Re: Passing URL in query string

2003-01-21 Thread Paul Giesenhagen
PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, January 21, 2003 4:27 PM Subject: Re: Passing URL in query string So you could run into problems like: index.cfm?go=yesurl=http://www.asdf.com/index.cfm?x=xy=yurl= In this case, the url variable url would be set to jjj (not to http

Re: Passing URL in query string

2003-01-21 Thread Jerry Johnson
. Dang! Thanks everyone! Phillip B. - Original Message - From: Jerry Johnson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, January 21, 2003 4:13 PM Subject: Re: Passing URL in query string It's really not that simple. You are trying to do something that is very, very

Re: Passing URL in query string

2003-01-21 Thread Rahmin Pavlovic
So you think I should find a better way than what I am trying because its very, very wrong :) I haven't been following, but I know paypal makes you send the returning page as a URL param, and you can attach your own params to that URL. The one I did works fine - looks like:

RE: Passing URL in query string

2003-01-21 Thread Andrew Tyrone
wrap) Just analyze the links for the images on this page. Note, google also encodes the URL. -- Andy -Original Message- From: Phillip B [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 4:40 PM To: CF-Talk Subject: Re: Passing URL in query string I have a link that has

RE: Passing URL in query string

2003-01-21 Thread Kreig Zimmerman
:40 PM To: CF-Talk Subject: Re: Passing URL in query string I have a link that has to have another link passed in the query string. This makes the link I click look like this. index.cfm?go=yesurl=http://www.asdf.com/index.cfm?x=xy=y The problem is that when index.cfm gets

RE: Passing URL vars between pages

2003-01-16 Thread Timothy Heald
I think I would need more info. Are you getting the info from a form on a previous page? If so you should go look at the tag embed form fields, and then use JS to submit the form on page load. If not then there are other ways. Maybe by using a session variable, or group of session

RE: Passing URL vars between pages

2003-01-16 Thread Mark Leder
]] Sent: Thursday, January 16, 2003 4:19 PM To: CF-Talk Subject: RE: Passing URL vars between pages I think I would need more info. Are you getting the info from a form on a previous page? If so you should go look at the tag embed form fields, and then use JS to submit the form on page load

RE: Passing URL vars between pages

2003-01-16 Thread Bryan Love
You may want to reconsider the way you are doing things... It might be cleaner to write to the DB immediately then pass just the key to the next page. If you must do it the way you are, then you probably would want to just use a session variable. There would be no reason to use WDDX unless

RE: Passing URL vars between pages

2003-01-16 Thread Mark Leder
Yes, that's it - write to the db, then pass the key. Thanks for your insight. Mark -Original Message- From: Bryan Love [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 5:10 PM To: CF-Talk Subject: RE: Passing URL vars between pages You may want to reconsider the way you

Re: Passing URL Values to An Included Page

2001-03-07 Thread Alex Schrimsher
a href="default.cfm?page=news/newsviewer.cfmRecordID=#allnews.id#"#allnews.h eadline#/a The first attribute is passed with ? all others with Alex - Original Message - From: "Angél Stewart" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, March 07, 2001 12:16 PM

RE: Passing URL Values to An Included Page

2001-03-07 Thread James Maltby
Try setting an "archive" id param in default.cfm (or Application.cfm) such as cfparam name="archive_id" default="" then append the archive_id to the end of you link http://www.carigamer.com/default.cfm?page=news/viewarchived.cfmarchive_id=1 234 Then instead of using "id" within viewarchived.cfm

RE: Passing URL Values to An Included Page

2001-03-07 Thread Angél Stewart
Well waddya know..it picked it up correctly. I didn't try that, because somehow I didn't think the newsviewer.cfm page would pick it up. tsk tsk tsk. I need coffee. -Gel *slinks off redfaced and ashamed* -Original Message- From: Alex Schrimsher [mailto:[EMAIL PROTECTED]] a

RE: Passing Url String In Form Button

2000-08-10 Thread Richard Wrightsman
Here you go: form action="action.cfm?area=#urlencodedformat(url.area)#city=#urlencodedformat( url.city)#zip=#urlencodedformat(url.zip)#name=#urlencodedformat(url.name)# agency=#urlencodedformat(url.agency)#pageno=1contact_id=#contact_id#acti on=yes" method="post" Then put your button in: input

RE: Passing Url String In Form Button

2000-08-10 Thread Ed Toon
form method="POST" action="action.cfm?area=#urlencodedformat(url.area)#city=#urlencodedformat( url.city)#zip=#urlencodedformat(url.zip)#name=#urlencodedformat(url.name)# agency=#urlencodedformat(url.agency)#pageno=1contact_id=#contact_id#acti on=yes"

RE: Passing Url String In Form Button

2000-08-10 Thread Dana Larose
The simplest thing to do is just make your string the action of the form form name="blah" action="action.cfm?area=#urlencodedformat(url.area)#city=#urlencodedforat(u rl.city)#zip=#urlencodedformat(url.zip)#name=#urlencodedformat(url.name)#

RE: Passing Url String In Form Button

2000-08-10 Thread Philip Arnold - ASP
Can anyone show me the proper format so I can pass this string "action.cfm?area=#urlencodedformat(url.area)#city=#urlencodedform at(url.cit y)#zip=#urlencodedformat(url.zip)#name=#urlencodedformat(url.nam e)#agency =#urlencodedformat(url.agency)#pageno=1contact_id=#contact_id#a ction=yes"

RE: Passing Url String In Form Button

2000-08-10 Thread Philip Arnold - ASP
Can anyone show me the proper format so I can pass this string "action.cfm?area=#urlencodedformat(url.area)#city=#urlencodedform at(url.cit y)#zip=#urlencodedformat(url.zip)#name=#urlencodedformat(url.nam e)#agency =#urlencodedformat(url.agency)#pageno=1contact_id=#contact_id#a ction=yes"