An error message appear when i click on a button to change the language, when i minimize or maximize wondow saying "A runtime error has occured Do you wish to debug? Line :126 Error :‘DomParser’ is undefinedAnother error message appear when i click on a certain tab to chage a page "A Runtime Error has occured. Do you wish to Debug? Line :52 Error: 'document.links[…].href is null or an object
where to fix the problem?can anyone help?
Subject: The message comes from the JavaScript in the application
You need to talk to the people who own the application. If that’s you now, you might try debugging the JavaScript code or just looking at it with your eyes, to see what might be causing the problem.
Everything is possible if you program it yourself. If you take over from Notes and generate the HTML yourself, you’re pretty much stuck with doing the rest yourself, too. But rather than writing all that JavaScript in the view, you might consider just writing a table of JavaScript data and then putting all that HTML in the JavaScript code rather than duplicating it in every view row.