My desktop application creates a html report at the end showing results and opens it in users default webbrowser. The report is in html5 and utilises a frameset, clicking items on the left hand frame changes the display on the right handside.
But one for one user it didn't work because they had NoScript add on installed which I think by default disables Javascript.
What is the accepted way to inform users they need Javascript enabled, can the report itself proactively identify whether Javascript has been disabled (for the report).