[Javascript] does javascript have a function to test for an O bject

Parkes, Rohan parkesr1 at anz.com
Mon Aug 13 22:43:30 CDT 2001


Try

if (typeof(document.all.theElement) == "object")

Rohan Parkes

-----Original Message-----
From: Scott.Wiseman [mailto:swiseman at remax-cahi.com]
Sent: 14 August 2001 07:21
To: 'javascript at LaTech.edu'
Subject: [Javascript] does javascript have a function to test for an
Object


i.e.

if (document.myform.officelinklist) is an object then...
_______________________________________________
Javascript mailing list
Javascript at LaTech.edu
http://www.LaTech.edu/mailman/listinfo/javascript



More information about the Javascript mailing list