Hi all

Okay I know how to call a function using an html link like this:

Code:
<a href="asfunction:_root.DoThis,Parameter">Click here</a>
my problem is I need to pass in several parameters but when I do this:

Code:
<a href="asfunction:_root.DoThis,Parameter1,Parameter2,Parameter3">Click here</a>
it passes one parameter with this value:

'Parameter1,Parameter2,Parameter3'

Does anyone know how I get round this?

Thanks in advance