Can I put a Javascript function in the Array?
When the data gets put into the array I want to be able to call a javascript function on the click event, is this possible? i.e.
var myData = [
["<a href='#' onclick='runJava('test');'>Click Me</a>"]
]
var myData = [
["<a href='#' onclick='runJava('test');'>Click Me</a>"]
]
Tom Hughes
March 14,