This computer program contains valuable, confidential and proprietary
information.
IsUndefined = function (obj) { return (typeof obj == 'undefined'); }
IsNull = function (obj) { return (obj == null); }
IsValid = function (obj) { return (!IsNull(obj) && !IsUndefined(obj)); }
Sad but true
More "valuable" code can be found here:
http://www........com/ocom/resources/sitestudio/ssajax/ssajax.js
No comments:
Post a Comment