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