Hi everyone,

How can I convert this statement from VBScript to JavaScript? I would appreciate any help. Thanks.

Code:
If Session("TEST") = False or IsNull(Session("TEST")) = True then
     Response.Redirect("http://localhost/Test Web/Default.htm")
End If