Javascript is running on the client, CF is running on the server. If you want CF to display an item selected in javascript, you'll have to do a server call and refresh your CF page.
The other option is to handle everything client side with javascript by hiding and showing layers. This can get annoying handling different browsers and the like though. On 10/26/06, Paul Ihrig <[EMAIL PROTECTED]> wrote: > > 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:218448 Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
