I have this table here
here {name} and {host} gets populated by from a spry XMLDataset, and {name} value will be dynamic, so how can i get the current row values to be passed as a parameter to a JS function?
eg: When I click any of the rows {name} hyperlink it should get the {host} value and passes it to the JS function
Change your a tag to
and then
Link
You can use console.log instead of alerts if you use Firefox and extension Firebug