Just change the question mark to an ampersand ? -> &

and you'll have all 4 of your URL variables available to index.cfm; this is
how google.com passes URL's and their attributes in their images section:

http://images.google.com/images?q=macromedia&ie=UTF-8&oe=UTF-8&hl=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
>
>
> 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 make sure the var y stays
> with the url var.
>
> I hope that this is a better explanation.
>
> Phillip B.
>
>
>
> > 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
> >
> > -----Original Message-----
> > From: Phillip B [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, January 21, 2003 4:25 PM
> > To: CF-Talk
> > Subject: Passing URL in query string
> >
> >
> > Whats the best way to pass this
> > http://www.asdf.com/index.cfm?x=x&y=y
> > and keep everything after the "&" with the passed URL?
> >
> > Phillip B.
> >
> >
> >
> >
> >
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to