Ver Mensaje Individual
  #2 (permalink)  
Antiguo 12/07/2002, 11:27
Avatar de RootK
RootK
Moderador
 
Fecha de Ingreso: febrero-2002
Ubicación: México D.F
Mensajes: 8.004
Antigüedad: 23 años, 4 meses
Puntos: 50
Re: Agregar un Message Box

Porque no lo haces con javascript, es muy facil.. sería algo como esto:

Código:
<html>
<head>
<script languaje="JavaScript">
function mensaje ()
{
<SCRIPT language="JavaScript">
if (confirm("Algun texto condicional..¡¡"))
{ alert("Muy bien"); }
else
{ alert("No creo"); }
}	
</script>
</head>
<body>
..
..blablabla
<form>
<input type="button" onclick="javascript:mensaje();">
</form>
</body>
</html>

Saludos y suerte..!! :P


<html><center><embed src="http://www.angelfire.com/on/cobainss/Movie1.swf" height=80 width=200><BR></embed></center></html>