The following line is giving me problems in IE8 only. works in all other browsers. Please help if possible.
<img spry:if="'{deleteicon}' == 'True'" id="tt_delete{id}" src="../../images/delete24.png" width="24" height="24" onclick="jQuery.messager.confirm('<span class=alert>WARNING!</span> Deleting Records!', 'Are you sure you want to delete the selected records? This procedure can not be reversed. Click OK to delete records.', function(r){var qid = '{id}'; delete_questionnaire(r,qid);});" />
Thanks,
Shawn