existe algum javascript para colocar na pagina para abrir abas no firefox? ao invés de _self ou _blank ect...
vlw!
There have been 69 items by rmax209 (Search limited from 14/03/2025)
Posted by
rmax209
on 30/03/2007, 10:56
in
HTML, CSS e Metodologias
Posted by
rmax209
on 26/10/2006, 23:49
in
ASP
Posted by
rmax209
on 15/10/2006, 12:50
in
Adobe Flash e ActionScript
Posted by
rmax209
on 13/10/2006, 11:29
in
ASP
Posted by
rmax209
on 23/09/2006, 12:00
in
Dúvidas Gerais
Posted by
rmax209
on 20/09/2006, 14:35
in
ASP
Posted by
rmax209
on 15/09/2006, 08:33
in
HTML, CSS e Metodologias
Posted by
rmax209
on 13/09/2006, 11:09
in
HTML, CSS e Metodologias
Posted by
rmax209
on 11/09/2006, 12:50
in
HTML, CSS e Metodologias
<div style="position: absolute; width: 100%; height: 100%; z-index: 1" id="camada_loading"> <table border="0" cellpadding="0" cellspacing="0" width="100%" id="table1" height="100%"> <tr> <td> <table border="0" cellpadding="0" cellspacing="0" width="100%" id="table2"> <tr> <td> </td> td width="29" bgcolor="#FFFFFF"> <p align="center"> <img border="0" src="animated.gif" width="16" height="16" align="right"></td> <td width="148" bgcolor="#FFFFFF"> <p style="margin-left: 5px; margin-top: 10px; margin-bottom: 10px"> <font face="Tahoma" color="#3C949D"> <span style="font-size: 8pt; font-weight: 700">Aguarde Carregando...</span></font></td> <td> </td> </tr> </table> </td> </tr> </table> </div>
Posted by
rmax209
on 08/09/2006, 15:28
in
ASP
Talvez uma unica tabela com numeros de identificação para cada registro seja melhor não?
[]s
Posted by
rmax209
on 08/09/2006, 11:56
in
HTML, CSS e Metodologias
Posted by
rmax209
on 08/09/2006, 09:39
in
HTML, CSS e Metodologias
<html>
<head>
<body>
<script language="JavaScript">
alert('O produto foi alterado com sucesso!');
</script>
<META HTTP-EQUIV="Refresh"
CONTENT="0;URL=index.asp?menu=alterar_produto">
</body>
</head>
</html>
Posted by
rmax209
on 08/09/2006, 09:30
in
ASP
Posted by
rmax209
on 08/09/2006, 09:28
in
ASP
Posted by
rmax209
on 05/09/2006, 16:48
in
ASP
Posted by
rmax209
on 05/09/2006, 09:29
in
ASP
Posted by
rmax209
on 04/09/2006, 18:00
in
ASP
response.write "hoje: " & date() & "<BR>"
novadata = dateadd("m", 1, date())
response.write "daqui 1 mes: " & novadata & "<BR>"
diferenca = datediff("d", date(), novadata)
response.write "numero de dias de diferença: " & diferenca
Posted by
rmax209
on 04/09/2006, 10:25
in
ASP
Posted by
rmax209
on 14/08/2006, 18:12
in
ASP
<html>
<head>
<meta http-equiv="Content-Language" content="pt-br">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Foto do Imóvel</title>
<script language="javascript">
var i=0;
function resize() {
if (navigator.appName == 'Netscape') i=40;
if (document.images[0]) window.resizeTo(document.images[0].width +50, document.images[0].height+100-i);
}
</script>
</head>
<body onload="resize();" topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0">
<img border="0" src="../<%Response.write(user_name)%>/imgs/<%Response.write(foto)%>">
</body>
</html>
Community Forum Software by IP.Board
Licensed to: Webmasters Online
