if else statement example vbs Example: how to make a if statement with vbs If loggedIn = true Then document.write("Welcome") End If