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



Click here^javascript:doSome()

but it open a new browser window having url " javascript:doSome() "


Hello,


try to use Click here^javascript:doSome()^_self instead