Ver Mensaje Individual
  #6 (permalink)  
Antiguo 27/02/2009, 12:22
okram
Invitado
 
Mensajes: n/a
Puntos:
Respuesta: Pasando selects por POST

Perdí el mensaje 2 veces

Bueno, en resumidas cuentas, y sólo para complementar lo que GatorV ya te dijo, veamos lo que dice la W3:

http://www.w3schools.com/tags/att_standard_id.asp
Cita:
Definition and Usage

The id attribute specifies a unique id for an HTML element.
The id must be unique within the HTML document.

The id attribute can be used by a JavaScript (via the HTML DOM) or by CSS to make changes or style the element with the specified id.