-
Ext User
Unspecified error in IE but good in firefox
Hi guys
I have an array reader with values like
Ext.namespace('Ext.exampledata');
Ext.exampledata.recordValues = [
['A','$2000','<ul><li>firstitem</li><li>seconditem</li></ul>','Address1','Sample memo',"<img src='../images/row_delete.gif' border='0' style='vertical-align:top' onclick=clearCheckRecord();>"]]
I tried to load the data in the grid and data is loaded fine. the last column data has click action which calls a javascript function. This works fine in firefox and it works fine too in IE if it is in the plain HTML. but if it is inside jsp, IE says "Unspecified error". is there any clue on this. i tried all sorts of single and double quotes thought it could be a problem because of that.
thanks for ur help in advance
-Chandra
-
wow, onclick 
i would highly suggest using saki's gridactions
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules