Not sure I follow but if you have a popup.cfm file that already Has the URL variable to it, you just want to reference that value right??
<cfif url.icecreamID EQ 12> I LIKE ROCKY ROAD </cfif> Or is there something else you are trying to achieve? -----Original Message----- From: Paul Ihrig [mailto:[EMAIL PROTECTED] Sent: Thursday, October 26, 2006 11:35 AM To: CF-Community Subject: Re: grabing a url var from a pop up yeh i did that just fine. just need to display the id of the item that was clicked On 10/26/06, Coldfusion <[EMAIL PROTECTED]> wrote: > > Why not pass the URL variable to the popup and use it accordingly? > > > -----Original Message----- > From: Paul Ihrig [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 26, 2006 11:29 AM > To: CF-Community > Subject: grabing a url var from a pop up > > hey guys > how would i grab a url var from a pge i created in the page that > generated it? > i have a pop up: > popup.htm?icecreamID=12 > > the page that created it i want some thing like <cfif > myCream.icecreamIDIS "popup.htm?#icecreamID#">Do this</cfif> > > any ideas? > thanks > -paul > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Community/message.cfm/messageid:218444 Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5
