12-08-2005, 09:55 AM
|
|
|
Confirmed User
Industry Role:
Join Date: Jul 2003
Posts: 5,344
|
Quote:
|
Originally Posted by J.P.
try this:
Code:
if (typeof myvar = = "undefined") {
// do something - or nothing :)
}
this should solve your problem...
of course, drop the space between = and = 
|
thanks mate
|
|
|