Hi Sai,
AFAIK, VI doesn't recognize errors. It knows correct stuff when you type
it, but it's not aware of errors. You'll need some script debugging for
this, either in the browser or through the script debugger.
Imar
At 01:05 PM 11/16/2002 +0000, you wrote:
>This is with reference to Page 84, Chapter 3, Bullet #8:
>
>The paragraph reads as "......... in which Visual Interdev provides handy
>auto-complete menus and syntax reminders as you type your code. ......"
>
>My question is: Do we have to do something special for VI to detect that
>you are typing with syntax errors? To trigger VI to detect syntax errors,
>I purposely typed something like the following:
>
>window.alert(";
>
>Then I double clicked the "onclick" event in the heirarchical menu. No
>reporting was done that I made a mistake.
>
>I must be missing somethin here. Can someone clarify this for me please?
>
>Sai