Today I was getting this error, in Firefox even though the Javascript code that I wrote was working fine.
I had a feeling that my javascript code was not working, and concentrated to work on that.
But the error was not in the javascript code but in the xsl code.
To solve these kind of errors in FF give your elements IDs instead of names and reference them with
document.getElementById("id")
IE seems to be a bit relaxed even though you have a name defined and not the Id.
Subscribe to:
Post Comments (Atom)
Free Power BI Classes for Week 7 (Last)
Just completed the last class of the F ree P ower BI classes of this series. Today we have covered Adding a canvas background Adding Imag...
-
From the past 3 days I have been working on resolving merged and hidden cells issues when an SSRS reports is exported to excel. ...
-
When I tried to access the report manager after a fresh installation of Sql Server Reporting Serivces 2016 using the url http://localhost/R...
-
I was trying to build an SSIS package that one of my colleagues has created. The first error that was thrown was as below: Exception des...
No comments:
Post a Comment