Hi all
Okay I know how to call a function using an html link like this:
my problem is I need to pass in several parameters but when I do this:Code:<a href="asfunction:_root.DoThis,Parameter">Click here</a>
it passes one parameter with this value:Code:<a href="asfunction:_root.DoThis,Parameter1,Parameter2,Parameter3">Click here</a>
'Parameter1,Parameter2,Parameter3'
Does anyone know how I get round this?
Thanks in advance




Reply With Quote