Ver Mensaje Individual
  #14 (permalink)  
Antiguo 13/10/2011, 13:42
Avatar de maycolalvarez
maycolalvarez
Colaborador
 
Fecha de Ingreso: julio-2008
Ubicación: Caracas
Mensajes: 12.120
Antigüedad: 15 años, 9 meses
Puntos: 1532
Respuesta: subir imagenes con javascript

Cita:
Iniciado por Artificium Ver Mensaje
Sorry, no sabía que el uso de iframes no necesitaba un doctype frameset.
no necesariamente, en el estándar XHTML 1.1 strict no se recomienda su uso, en cambio se sustituye con "object":

Código HTML:
Ver original
  1. <object id="page" type="text/html" data="page.htm" width="500" height="600">
  2.   <p>Oops! That didn't work...</p>

fuente:

http://stackoverflow.com/questions/1...-we-use-iframe
http://www.w3.org/TR/REC-html40/stru...ts.html#h-13.5

pero en escencia es un iframe, no un frameset
__________________
¡Por favor!: usa el highlight para mostrar código
El que busca, encuentra...