Jump to content
Fórum Script Brasil
  • 0

codigo html no response.write


satoshy

Question

boa tarde a todos

segue o codigo abaixo :

...
If r.EOF then
Response.Write "Usuário e/ou senha inválidos." & "<br>" & "Por favor, volte para pagina anterior."
else
    If request.form("p1") = r("Senha") then
    Response.Write "<html>"
    Response.Write "<head>"    
    Response.Write "<title>" & vbcrlf & ":.| Escritorio Prado Assessoria Contábil e Jurídica" & vbcrlf & "</title>"
    Response.Write "</head>"
    Response.Write "<body>"
    Response.Write "<div id=" & "Layer1" &  "style=" & "position:absolute; left:40px; top:20px; width:87px; height:101px; z-index:1" & ">" & "<img src=" & "logoprado.gif" & "width=" & "90" & "height=" & "100" & "/>" & "</div>" & "<br>"
    
    
    Response.Write "Bem - vindo" & " " & r("Nome") & " " & "!"
    
    If r("Usuario") = 01522428 then
    response.write "<br>" & "OOI"
    response.write "</body>"
    response.write "</html>"
    end if
    If r("Usuario") = 02632466 then
    response.write "<br>" & "agora foi"
    end if
    
    else
    Response.Write "ainda n"
    end if



end if
...

não esta aparecendo o titulo da pagina (a mensagem esta aparecendo, a imagem aparece com um X)

alguém pode dar um help ?

Agradeço desde já !

Edited by satoshy
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...