[thelist] does JavaScript have an equivalent to IsDefined()?

Glenn Carr glenn at glenncarr.com
Tue Sep 23 09:30:35 CDT 2003


> if ( Request.QueryString('id').Item == 'undefined' )

Doh... typo:

if ( typeof Request.QueryString('id').Item == 'undefined' )



More information about the thelist mailing list