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)
Medallion Architecture in Fabric
Medallion Architecture is a design pattern that has become the industry standard for Lakehouse environments. It is not a Fabric feature. It...
-
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