I am trying to call javascript function on "OnClick" event of a link as
var xx = 'test str';
breadcrumbStr = onClick="CategoryMaster.expandNode(xx)">'+xx
It works only when I call the function without parameter. I want to execute this function with parameter.
Please help me.Thanks
breadcrumbStr? What isonClickhere? There are syntax errors in your code. It is not all clear what you want to do...