Ver Mensaje Individual
  #5 (permalink)  
Antiguo 20/02/2002, 08:53
ffedde
 
Fecha de Ingreso: octubre-2001
Mensajes: 281
Antigüedad: 22 años, 5 meses
Puntos: 0
Re: Sobre Cookies ?

continuacion:

case 'esp' : url = 'espdolar/index.php';
break;
}
window.location.href = url;
}
// End -->
</script>


en el body:


<form>
<table><tr><td>
Próx. vez ingresar directo a:<br>
<input type=checkbox name="arg" onClick="SetCookie('donde', this.name, exp);">Argentina<br>
<input type=checkbox name="esp" onClick="SetCookie('donde', this.name, exp);">Español<br>
<input type=checkbox name="english" onClick="SetCookie('donde', this.name, exp);">English<br>
</td></tr>
</table>
</form>