roballen Moderator
Registered: 03/06/09
Posts: 4
|
|
|
Reply with quote | #1 | Have you ever had those pesky script errors that just return a ambigous line number?? How do you find a line number in HMIWeb?? Here are the steps:
1. Open the HMIWeb .html file using Microsoft Wordpad and save it as a .txt file.
2. Open the .txt file in Windows Notepad, set wordwrap off and simply the goto menu selection and type in the line number that the script error threw.
|
| |
bat4 Registered: 09/06/09
Posts: 1
|
|
|
Reply with quote | #2 | An other solution would be to install Microsoft Script Debugger. This tool shows the exact location of the error with a yellow arrow. When a script error occures, the user will be prompted about the error and asked if he wants to open the debugger. It is advised to install this tool tool only on a development station. |
| |