ok im not JS expert... but can someone tell me why this lines drops through to the alert when it should only when the boolean variable is false? you can see the intellisense to indicate it is infact true. Im debugging this in VS.NET 03
Printable View
ok im not JS expert... but can someone tell me why this lines drops through to the alert when it should only when the boolean variable is false? you can see the intellisense to indicate it is infact true. Im debugging this in VS.NET 03
Ok i figured it out.. it was the ; at the end of the if statement.. hence my not being a JS expert :wave: