Ver Mensaje Individual
  #4 (permalink)  
Antiguo 17/01/2002, 14:30
bet
 
Fecha de Ingreso: febrero-2001
Mensajes: 292
Antigüedad: 23 años, 3 meses
Puntos: 0
Re: Ventana de confirmacion!!

Hasta donde sé, no se puede hacer que aparezca sí/no, con respecto al resto de la pregunta, te dejo el código

<pre>
&lt;html&gt;
&lt;head&gt;
&lt;title&gt; New Document &lt;/title&gt;
&lt;/head&gt;

&lt;body bgcolor=&quot;#FFFFFF&quot;&gt;

&lt;script language=&quot;JavaScript&quot;&gt;
&lt;!--

var x = window.confirm(&quot;Si aceptas vas a hotmail sino te vas a yahoo&quot;);

if(x == false)
window.location.href=&quot;http://www.yahoo.com&quot;;
else
window.location.href=&quot;http://www.hotmail.com&quot;;

//--&gt;
&lt;/script&gt;

&lt;/body&gt;
&lt;/html&gt; </pre>

<hr noshade size=1 color="#000000"><img src="http://www.gograph.com/Images-8712/ClipArt/cat03.gif" height="50" border=0 align="absmiddle"> <font size="2" face="verdana" color="#000000">bet[/CODE]