Possible Duplicate:
Javascript === vs == : Does it matter which “equal” operator I use?
As the title states; when should you use the ===
operator check when using JavaScript, and when not to.
Edit: more complete answer found here. Thanks to Mark Byers for pointing it out.
_L