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: > > href="javascript:ColdFusion.Window.show('mywin');ColdFusion.navigate('test2.cfm?a=1','mywin');">Show > initshow="false" m

Re: Passing URL variables to cfwindow?

2008-11-06 Thread Pete Ruckelshaus
OK, figured out a solution: Show Basically, create the window, then navigate to the desired URL. On Thu, Nov 6, 2008 at 4:33 PM, Pete Ruckelshaus <[EMAIL PROTECTED]> wrote: > Won't that create an excessive number of instances of cfwindow? I was > trying to be efficient by creating a single ins

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 > > closab

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 Click here for more Rob On Wed, Nov 5, 2008 at 9:51 PM, Rob Parkhill <[EMAIL PROTECTED]>wrote: > Pete, > The following works no problem for me > > closable="true" title="Job Information" source="job_view.cfm?id=#jobid

Re: Passing URL variables to cfwindow?

2008-11-05 Thread Rob Parkhill
Pete, The following works no problem for me 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 Ruckelshaus <[EMAIL PROTECTED]>wrote: > I'd like to use the cfwindow tag to pop up a modal window that > contains a form that allows me to edit

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® C

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 w

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 im

Re: passing URL variables to a cfwindow

2008-02-11 Thread Don L
Yes, the simpliest way looks like this 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 support, for instance, for the CFWINDOW tag, for the type of "Tab", I

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 dee

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

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

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# When

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: >

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 ei

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 Mod

RE: Passing URL variables in a dynamic form action

2005-01-03 Thread Martin Parry
From: Mike Kear [mailto:[EMAIL 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&

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 since

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 -Or

RE: Passing URL in query string

2003-01-21 Thread Kreig Zimmerman
t; Sent: Tuesday, January 21, 2003 4: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=yes&

RE: Passing URL in query string

2003-01-21 Thread Andrew Tyrone
l=en&btnG=Go ogle+Search (URL may 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

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: &return=http%3A

Re: Passing URL in query string

2003-01-21 Thread Jerry Johnson
k I should find a better way 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 PROTECTE

Re: Passing URL in query string

2003-01-21 Thread Paul Giesenhagen
B" <[EMAIL 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=yes&url=http://www.asdf.com/index.cfm?x=x&y=y&a

Re: Passing URL in query string

2003-01-21 Thread Phillip B
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. > > > - Original Message - > From: "Clint Tredway" <[EMAIL PROTECTED]> > To: "CF-Talk"

Re: Passing URL in query string

2003-01-21 Thread Jerry Johnson
; > Clint > > - Original Message - > From: "Phillip B" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Tuesday, January 21, 2003 3:40 PM > Subject: Re: Passing URL in query string > > > > I have a link that has

RE: Passing URL in query string

2003-01-21 Thread Mark A. Kruger - CFG
ngelse=2)# -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

Re: Passing URL in query string

2003-01-21 Thread Clint Tredway
EMAIL PROTECTED]> Sent: Tuesday, January 21, 2003 3:59 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

Re: Passing URL in query string

2003-01-21 Thread Phillip B
nt Tredway" <[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

RE: Passing URL in query string

2003-01-21 Thread Mosh Teitelbaum
URL Encode it. For example: http://www.asdf.com/index.cfm?x=x&y=y";> 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/ > -Original Message--

Re: Passing URL in query string

2003-01-21 Thread Clint Tredway
D]> Sent: Tuesday, January 21, 2003 3: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=yes&url=http://www.asdf.com/index.cfm?x=x&y=y > The

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=x&y=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 hav

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 e

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=yes&url=http://www.asdf.com/index.cfm?x=x&y=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 mak

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 -Origin

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 wa

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 you

RE: Passing URL vars between pages

2003-01-16 Thread Mark Leder
ECTED]] 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

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 variables

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]] #allnews.h e

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 then append the archive_id to the end of you link http://www.carigamer.com/default.cfm?page=news/viewarchived.cfm&archive_id=1 234 Then instead of using "id" within viewarchived.cfm - change it to #url.archive_id# O

Re: Passing URL Values to An Included Page

2001-03-07 Thread Alex Schrimsher
#allnews.h eadline# 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 Subject: Passing URL Values to An Included Page > Hello all! > > I

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=1&contact_id=#contact_id#&a

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=1&contact_id=#contact_id#&a

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 OTOH, if you want the to be passed like form elements, just turn them into hidden fields: ... Dana Larose ColdFusion Monkey Canadian Web Design & Consulting Inc. E: [EMAIL PROTECTED] W: http://www.cdnwebdesign.com

RE: Passing Url String In Form Button

2000-08-10 Thread Ed Toon
-- 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 message to [EMAIL PROTECTED] with 'unsubscribe'

RE: Passing Url String In Form Button

2000-08-10 Thread Richard Wrightsman
Here you go: Then put your button in: Then close the form: -Original Message- From: Double Down, Inc. [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 10, 2000 7:48 AM To: House Of Fusion Subject: Passing Url String In Form Button Can anyone show me the proper format so I can pas