CFHutton
06-22-2009, 11:32 AM
Hi all!
I have an xml file with a node that holds a comma separated list of function parameters. I need to feed those parameters into an onclick event call to a function.
I can't find anything that tells me how to construct a link that includes an onclick event and, further, how I can pass the parameter node data from my xml file into the function attached to the onclick event. I think I might have to use concat but I'm not sure...
Can anyone point me in the right direction?
Thanks,
CFH
I have an xml file with a node that holds a comma separated list of function parameters. I need to feed those parameters into an onclick event call to a function.
I can't find anything that tells me how to construct a link that includes an onclick event and, further, how I can pass the parameter node data from my xml file into the function attached to the onclick event. I think I might have to use concat but I'm not sure...
Can anyone point me in the right direction?
Thanks,
CFH