Discussion Overview
The discussion revolves around the error message "Done, but with message on page" that appears in Internet Explorer, specifically exploring ways to suppress or handle this message through JavaScript or HTML code. The focus includes troubleshooting JavaScript errors and potential methods to modify the status message displayed in the browser.
Discussion Character
- Technical explanation, Debate/contested
Main Points Raised
- One participant notes the presence of the error message is due to a JavaScript error and suggests that fixing the error will remove the message.
- Another participant inquires if there is a JavaScript code that can hide the error message and simply display "done".
- A different participant proposes using the `window.status` property to set a custom status message, but clarifies that this will not eliminate the underlying error.
- Additionally, a suggestion is made to use a try/catch statement to handle the JavaScript error, although it does not directly address the suppression of the message.
Areas of Agreement / Disagreement
Participants express differing views on whether it is possible to hide the error message without resolving the underlying JavaScript issue. There is no consensus on a definitive solution.
Contextual Notes
The discussion does not resolve the specific limitations of the proposed solutions, such as the effectiveness of using `window.status` or the implications of using try/catch for error handling.