Erro 'Wend'...
Erro de compilação do Microsoft VBScript erro '800a03fa'
'Wend' esperado
/licao_asp/alterar_banco.asp, linha 23
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="[http://www.w3.org/1999/xhtml">](http://www.w3.org/1999/xhtml)
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<!--#include file="conexao.asp"-->
<%
Dim mostrar
set mostrar = Server.CreateObject("ADODB.Recordset")
mostrar.open "SELECT * FROM clientes",conexao
while not mostrar.eof
%>
<title>Alterar</title>
</head>
<body>
<table border="0" cellpadding="1" cellspacing="3" width="50px" align="center" >
<form action="alterar_DB.asp?id=<% listar("id") %>" method="post">
<label for="nome">Nome: <input type="text" name="nome" value="<% listar("nome") %>" class="caixa" /></label><br><br>
<label for="email">E-mail: <input type="text" name="email" value="<% listar("email") %>" class="caixa" /></label><br><br>
<label for="senha">Senha: <input type="password" name="senha" value="<% listar("senha") %>" class="caixa" /></label><br>
<input type="submit" value="Salvar" class="submit" />
</form>
</table>
</body>
</html>
Quem souber me Ajude por Favor.......
Discussão (5)
Carregando comentários...