Test Foro de elhacker.net SMF 2.1

Programación => Desarrollo Web => Mensaje iniciado por: <<<-Basura->>> en 20 Octubre 2012, 08:03 AM

Título: HTML
Publicado por: <<<-Basura->>> en 20 Octubre 2012, 08:03 AM
Alguien sabe, así de forma sencilla como incluir código en un html ejemplo:

tengo dos archivos el primero:
Código (html4strict) [Seleccionar]

<html>
<head><title>Prueba</title> </head>
<body>
<!--Aqui va el Codigo-->
</body>
</html>


El segundo:
Código (html4strict) [Seleccionar]

<div id="TODO">
<input type="text">
<input type="">
</div>


Puedo de alguna forma incluir el código en el otro archivo sin tener que usar las etiquetas iframe y object
Título: Re: HTML
Publicado por: #!drvy en 20 Octubre 2012, 11:42 AM
javascript o PHP... puro html nop.


Saludos