all groups > coldfusion flash integration > july 2005 >
You're in the

coldfusion flash integration

group:

Flash Form drill down into results


Flash Form drill down into results branthsa
7/26/2005 6:24:25 PM
coldfusion flash integration:
Re: Flash Form drill down into results walker25419
8/2/2005 10:44:24 PM
You may want to take a look at what is happening at AS Fusion
(www.asfusion.com) with flash remoting. If you wnat to load another page add
an onChange event to your grid like this:

onchange="getUrl(www.yoururl.com?id=' +
gridname.dataProvider[gridname.selectedIndex]['id_field'],'target' );"

Everything in italics needs to be changed.
AddThis Social Bookmark Button