Quote:
I would have though the VWD would have caught this, but I guess not because it is script in the markup????
|
Yes, indeed. The validation scripts are injected at run-time, so VWD doesn't know about them. And even if it did, it wouldn't have flagged it. Due to the untyped nature of JavaScript, it can't really tell whether isValid is valid or not. isValid may actually exist and be something else instead, or maybe you were just making something up (which you can do in JavaScript) so VWD doesn't see it as an error....
Cheers,
Imar