Ver Mensaje Individual
  #3 (permalink)  
Antiguo 29/09/2007, 04:46
JUMASOL
 
Fecha de Ingreso: noviembre-2005
Mensajes: 889
Antigüedad: 18 años, 10 meses
Puntos: 8
Re: Validar Textarea

Estarás en lo cierto, pero a mí me sigue saliendo un error que dice así:

required attribute "rows" not specified.

.....<textarea id="textarea"/><a href="http://www.web.com"><strong>.....


The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

y la sintasis que he puesto es igual que la que puse arriba, pero quitando el "type" como me dijiste.

¿Qué ocurre entonces?

Un saludo y gracias de nuevo.