Regarding calling a javascript method onclick of a link in t

Hi,

iam using the DHTMLX grid which has a column type as link.What i want to do is to call a javascript method onclick of that column value,which in turn opens a pop up window.

1.Can you please tell me how to invoke a javascript method onclick of that value

2.How to infer that in the XML(holds the content of the grid)

3.How to pass that link value to the same javascript method







With Regards,

Udaya.R



Support, posted: Jun 05, 2008 01:47 | Direct link: dhtmlx.com/docs/products/kb/inde … 556&a=4944









I tried this method…but the thing is iam dynamically writing the XML from a java class,storing the entire data as a string and accessing that from a jsp.This is where iam initializing my grid and want to invoke a js method called



function openManageScreen(elem)



{alert(elem);}



Iam writing the XML as



100"^javascript:openManageScreen(‘100’)^self



Can you please guide me.



the error i get is teling like - openManageScreen is not defined

Please check original thread
    dhtmlx.com/docs/products/kb/inde … ent&q=3556