Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Ankit on Aug 06, 2009 04:26
open dhtmlx forum
hw to calling javascript using link

hi , As you tell me i do .i want 2 call a javascript function from a link
i call

mygrid.setColTypes("link,ed");
& in xml for first cell data i put

<cell>Click here^javascript:doSome()</cell>
but it open a new browser window having url " javascript:doSome() "
Answer posted by Alex (support) on Aug 07, 2009 03:22

Hello, 

try to use <cell>Click here^javascript:doSome()^_self</cell> instead