Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to test if we have Page_Validators
Message
From
01/07/2008 03:41:15
 
General information
Forum:
ASP.NET
Category:
Client-side development
Environment versions
Environment:
ASP.NET
OS:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
01327711
Message ID:
01327808
Views:
11
>WOW!
>
>Even MS has typos on their Help pages. Luckily google still helps. It should be
>
>if (typeof Page_Validators !="undefined")...
>
>In other words, no parens after typeof.

Huh?

Shouldn't it be if (typeof(Page_Validators) !="undefined") ?
i.e. the problem was in using "==" instead of "!="

Regards,
Viv
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform