estoy comenzando con eso, y ya tiene un error
<html>
<head>
<title>Comentários em VBScript</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<script language="vbscript">
sub escreve()
'Este é um conmentário
response.write="<p>Funciona!</p>"
end sub
</script>
</body>
</html>
la mensaje deberia ser grabada, no? en response.write?
gracias