I have an app I've built that loads data from an xml file... Im trying to build a getURL trigger for a button that uses a piece of data from the xml file - using the following to refer to the 'data'...
... I cant seem to get the 'getURL' string right though...the following doesnt work at all and generates errors in Actionscript:
how should this string look to be able to pass the variable in the querystring/URL???
Code:
evtobj.target.selectedItem.ID
... I cant seem to get the 'getURL' string right though...the following doesnt work at all and generates errors in Actionscript:
Code:
getURL("../show_building.asp?id="+evtobj.target.selectedItem.ID, "_blank", "post");
how should this string look to be able to pass the variable in the querystring/URL???