<% mostrar=request.querystring("mostrar") titulo=request.querystring("titulo") %>
<% if mostrar="error" then response.write("
Usuario o Contraseņa
Incorrecta
") else response.write("
" & mostrar & "
") end if %>
<%response.write(titulo)%>
<% if not titulo="Portada" then response.write("
Salir
") end if %>