<!DOCTYPE html><html><body> <%Dim xresponse.write(IsNull(x) & "<br>")x=10response.write(IsNull(x) & "<br>")x=Emptyresponse.write(IsNull(x) & "<br>")x=Nullresponse.write(IsNull(x))%> </body></html>