View Single Post
Old 01-31-2012, 04:27 PM   PM User | #9
devnull69
Senior Coder

 
Join Date: Dec 2010
Posts: 2,245
Thanks: 10
Thanked 531 Times in 525 Posts
devnull69 will become famous soon enough
Code:
function Exists(objname) {
   return (window[objname] !== undefined);
}
devnull69 is offline   Reply With Quote