|
IsObject Variable Testing FunctionIsObject lets you work with OLE objects and ActiveX objects. Be sure your object was set up properly before trying to give it commands. If your object is called MyObject then you could say: if IsObject(MyObject) then (do stuff with it) end if ASP Variable Testing Functions Bookmark this site so you can reference it any time you have ASP questions in the future! All content copyright © 2012 Minerva WebWorks LLC. All rights reserved.
|
|