Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

marcioadrmachado

erro Expected 'End'

Recommended Posts

olá pessoal não cosigo resolver este erro[/ASP]

 

 

Microsoft vb script:self.history.go(-1)">Please try again</a></p>

[*]

[*]</font>

[*]</body>

[*]</html>

[*]<%Response.end%>

[*]<%elseif calltype = "badusername" then%>

[*]<p><b>Sorry, the username "<%=username%>" already exists.</b></p>

[*]<p><a href="java script:self.history.go(-1)">Please try again</a></p>

[*]

[*]</font>

[*]</body>

[*]</html>

[*]<%

[*]rsUser.close

[*]set rsUser = nothing

[*]conn.close

[*]set conn = nothing

[*]%>

[*]<p><b>Sorry, your username cannot contain any quotation marks.</b></p>

[*]<p><a href="java script:self.history.go(-1)">Please try again</a></p>

[*]

[*]

[*]</font>

[*]</body>

[*]</html>

[*]

[*]</body>

[*]</html>

[*]

 

 

 

se alguem puder me ajudarrrr!!! :)

Compartilhar este post


Link para o post
Compartilhar em outros sites

entaum bota assim na linha 22 end if %>mais mostra o código como que ficou pra eu saber como você ta fazendo !!!

Compartilhar este post


Link para o post
Compartilhar em outros sites

porque seu codigo ta cheio de

</body></html>

Compartilhar este post


Link para o post
Compartilhar em outros sites

com certeza o erro apontado é este mesmo... falta um end if

Compartilhar este post


Link para o post
Compartilhar em outros sites

ficou assim!!

 

 

ASP

[*]

[*]<%if calltype = "confirm" then%>

[*]<p><b>Your password and confirmed password were not the same</b></p>

[*]<p><a href="java script:self.history.go(-1)">Please try again</a></p>

[*]

[*]</font>

[*]</body>

[*]</html>

[*]<%Response.end%>

[*]<%elseif calltype = "length" then%>

[*]<p><b>Seu password deve ter de 5 à 15 caracteres.</b></p>

[*]<p><a href="java script:self.history.go(-1)">Please try again</a></p>

[*]

[*]</font>

[*]</body>

[*]</html>

[*]<%Response.end%>

[*]<%elseif calltype = "badusername" then%>

[*]<p><b>Sorry, the username "<%=username%>" already exists.</b></p>

[*]<p><a href="java script:self.history.go(-1)">Please try again</a></p>

[*]

[*]</font>

[*]</body>

[*]</html>

[*]<%

[*]rsUser.close

[*]set rsUser = nothing

[*]conn.close

[*]set conn = nothing

[*]end if %>

[*]<p><b>Sorry, your username cannot contain any quotation marks.</b></p>

[*]<p><a href="java script:self.history.go(-1)">Please try again</a></p>

[*]

[*]

[*]</font>

[*]

[*]</body>

[*]</html>

[*]

 

 

apareceu este erroo

 

 

Microsoft VBScript compilation error '800a03f6'

 

Expected 'End'

 

/signupprocess.asp, line 393

Compartilhar este post


Link para o post
Compartilhar em outros sites

faz assim

 

ASP

[*]

[*]

[*]<%if calltype = "confirm" then%>

[*] <p><b>Your password and confirmed password were not the same</b></p>

[*] <p><a href="java script:self.history.go(-1)">Please try again</a></p>

[*]

[*] </font>

[*] </body>

[*] </html>

[*] <%Response.end%>

[*] <%elseif calltype = "length" then%>

[*] <p><b>Seu password deve ter de 5 à 15 caracteres.</b></p>

[*] <p><a href="java script:self.history.go(-1)">Please try again</a></p>

[*]

[*] </font>

[*] </body>

[*] </html>

[*] <%Response.end%>

[*] <%elseif calltype = "badusername" then%>

[*] <p><b>Sorry, the username "<%=username%>" already exists.</b></p>

[*] <p><a href="java script:self.history.go(-1)">Please try again</a></p>

[*]

[*] <%end if

[*] rsUser.close

[*] set rsUser = nothing

[*] conn.close

[*] set conn = nothing

[*] %>

[*] <p><b>Sorry, your username cannot contain any quotation marks.</b></p>

[*] <p><a href="java script:self.history.go(-1)">Please try again</a></p>

[*] </font>

[*] </body>

[*] </html>

[*]

[*]

[*]

 

 

depois posta ai pra gente ver o que aconteceu !!!

Compartilhar este post


Link para o post
Compartilhar em outros sites

apareceu este erroo

 

 

Microsoft VBScript compilation error '800a03f6'

 

Expected 'End'

 

/signupprocess.asp, line 393

continua faltando o end if

Compartilhar este post


Link para o post
Compartilhar em outros sites

mas explore acho que não existe end apenas...deve ser um end if mesmo...só não estou tentando colocar no codigo dele pois não sei o que ele quer e dependendo de onde colocar o end if uma ação diferente será executada...mas que falta o end if o erro é claro em mostrar...

Compartilhar este post


Link para o post
Compartilhar em outros sites

Será!!!!!!!é pq quando fiz logica de programação o professor sempre da aula acabando o codigo assim veja:end if end que seria---------fim Sefim---------------------Não sei se isso é valido mais poderiamos tentar neh??? hehehhepq se me lembro bem já vi uns end apenas em linguagem ASP!!!!!!!Valeu pela atenção!!!!!!Falo!!!!!!!!

Compartilhar este post


Link para o post
Compartilhar em outros sites

nunca vi isso em ASPem algoritmo sim...

Compartilhar este post


Link para o post
Compartilhar em outros sites

brothers..vejam que o erro aponta na linha 393pode ser que tenha mais algum if ou sub ou funcion aberta dentro do codigo..afinal, ele postou somente algumas linhas.. e nao todas elas né..amigo, reveja seu codigo.. conte quantos ifs tem aberto e quantos end if tem.com certeza esta faltando algum aeabraço

Compartilhar este post


Link para o post
Compartilhar em outros sites

é verdade DARK num tinha reparado que o erro era numa linha que ele naum postou pra gente ver !!! mais que falta o END IF falta aaaan falta ..rsss

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.