Ver Mensaje Individual
  #8 (permalink)  
Antiguo 21/07/2009, 06:21
Avatar de Adler
Adler
Colaborador
 
Fecha de Ingreso: diciembre-2006
Mensajes: 4.671
Antigüedad: 18 años
Puntos: 126
Respuesta: Guardar cookie onchange con el valor de la option

Hola

Algo como esto

Código php:
Ver original
  1. echo "<td><form action='?' method='get'> <select name='template' onchange='funcion (document.getElementById(this.id).options[document.getElementById(this.id).selectedIndex].value);'>";

Suerte
__________________
Los formularios se envían/validan con un botón Submit
<input type="submit" value="Enviar" style="background-color:#0B5795; font:bold 10px verdana; color:#FFF;" />