Quote:
Originally Posted by cbk1994
Unrelated, but I'm fairly certain isObject() expects a string.
PHP Code:
if (isObject("MyWindow")) {
If not, Tig is a liar.
|
isObject is expecting a string, but if you pass an object then it will use the name of the object, so it should work if the object is already existing