Hi All,
I want to execute function in Javascript when data of grid is loaded, I have tried this:
echo “\t\t”;
?><![CDATA[
<img width="16" height="16" name="test_id_<? echo $evt_id ?>" src='images/unchecked.gif' style="margin-left:2px"></a>
<input type="hidden" id="test_id_<? echo $evt_id ?>" name="test_id" value="<? echo $evt_id ?>"/>]]>^javascript:createCheckBox('test_id','<? echo $evt_id ?>')^_self
<? echo "\n";
but the function createCheckBox is not executed,
Thanks & Regards,
Darkman