Security error" code: "1000
Security error" code: "1000
Hoping someone can give me a hand here....
I have DataTables set up to return HTML within the json data coming back from the server. An example of a row's data looks like this:
[code]
["","oK5kqWTOsiyP5wH75tFj2yIY8XprWOwB","11/18/2010 08:16:28 PM","juan j","juan j","incoming","00:02:38",""," "]
[/code]
The display is working just fine and all the data is coming back nicely.
The purpose of the first tag is to open a jquery dialog window. I have set the jquery properly and I know that it is written correctly. However my problem is that when I click on the link within the cell of the DataTable nothing happens and I see "Security error" code: "1000" in firebug, the alert that I put in the function is not even firing. I do not know what this error means but at first I thought that it was a result of having a lot of div's on the page but I then made a quick example of a page with only the grid on it and the div that is meant to come up as the dialog box..that too did not work. Does anyone know why this kind of error would be triggered by the DataTable?
Thanks!
I have DataTables set up to return HTML within the json data coming back from the server. An example of a row's data looks like this:
[code]
["","oK5kqWTOsiyP5wH75tFj2yIY8XprWOwB","11/18/2010 08:16:28 PM","juan j","juan j","incoming","00:02:38",""," "]
[/code]
The display is working just fine and all the data is coming back nicely.
The purpose of the first tag is to open a jquery dialog window. I have set the jquery properly and I know that it is written correctly. However my problem is that when I click on the link within the cell of the DataTable nothing happens and I see "Security error" code: "1000" in firebug, the alert that I put in the function is not even firing. I do not know what this error means but at first I thought that it was a result of having a lot of div's on the page but I then made a quick example of a page with only the grid on it and the div that is meant to come up as the dialog box..that too did not work. Does anyone know why this kind of error would be triggered by the DataTable?
Thanks!
This discussion has been closed.
Replies
Allan