When JavaScript’s deleteRow() Method Doesn’t Work

A section of JavaScript code that uses the method deleteRow() was giving me a headache in IE 11. I did not encounter this when using Chrome. In the code segment below, the variable “oHtmlTable” is assigned to an HTML table that already exists on a webpage. For no apparent reason, during the execution of the … Read more

Exporting an HTML Table to Excel While Applying Relative Cell References Using ColdFusion Markup Language

Adobe ColdFusion logo

A new problem I was tasked with was to make enhancements to a report built using CFML by changing the totals column to a SUM() function when the report is exported to Microsoft Excel. The trick here was that the table was being exported as HTML code, and then opened in Excel. Since the location … Read more