satoshy Posted September 13, 2011 Report Share Posted September 13, 2011 (edited) boa tarde a todossegue 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 September 14, 2011 by satoshy Quote Link to comment Share on other sites More sharing options...
0 Iceguy Posted September 14, 2011 Report Share Posted September 14, 2011 Tenta esse javascriptfunction trocaTitulo(titulo) { document.title = titulo; } Quote Link to comment Share on other sites More sharing options...
0 satoshy Posted September 16, 2011 Author Report Share Posted September 16, 2011 iceguy, vlw por responder !desculpa a pergunta ...onde eu coloco o codigo java ?desde já, agradeço. Quote Link to comment Share on other sites More sharing options...
0 bareta Posted September 21, 2011 Report Share Posted September 21, 2011 tire os vbcrlf e deixe tudo na mesma linha...existe mais alguma tag title que é escrita nessa página? Quote Link to comment Share on other sites More sharing options...
Question
satoshy
boa tarde a todos
segue o codigo abaixo :
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 satoshyLink 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.