Can you pass more than on variable with getURL in flash form
I needed to call another page from inside a form not with the submit button and fournd this piece of code
<cfinput type="button" id="btEdit" name="btEdit" value="View" onClick="getURL('../../forms/Program_populate.cfm?<cfoutput>#SESSION.URLToken#</cfoutput>&Reference='+data.dataProvider[data.selectedIndex]['ID'],'_blank')" >
"Reference" is passed in the URL, I have tried to tweek this to pass an additional field "ID" , Vendor_Number" , but have been unable to find the correct syntax. If anyone can help that would be great.
Thanks,
Mike
