Insertar Imagen En Archivo Html


Objetivo: Insertar Imagen En Archivo Html
Hola.

Estoy probando este código que me crea una pagina html con el mensaje "Hola Mundo". Quisiera saber si es posible
agregarle una imagen.

Aqui está el codigo:
DIM ruta AS String
DIM archivo AS File
DIM i, j AS Integer
ruta = "/home/pepe/Escritorio/prueba/informe.html"

OPEN ruta FOR WRITE CREATE AS #archivo
PRINT #archivo, "<html>"
PRINT #archivo, "<head><title>Prueba Hola Mundo</title></head>"
PRINT #archivo, "<body topmargin='0' leftmargin='0'"
PRINT #archivo, ">"
PRINT #archivo, "<p>Hola Mundo </p>"
PRINT #archivo, "</body>"
PRINT #archivo, "</html>"
CLOSE #archivo


Saludos

última edición por abarzuaf el Miercoles, 17 Marzo 2010, 02:43; editado 3 veces
Perfil MP  
Objetivo: Re: Insertar Imagen En Archivo Html [Solucionado]
Bueno revisando y buscando un poco logre insertar una imagen en la pagina html.
Aqui esta el codigo para quien le sirva:
DIM ruta AS String
DIM archivo AS File
DIM i, j AS Integer
ruta = "/home/pepe/Escritorio/prueba/informe.html"

OPEN ruta FOR WRITE CREATE AS #archivo
PRINT #archivo, "<html>"
PRINT #archivo, "<head><title>Reporte en HTML de Visitas</title></head>"
PRINT #archivo, "<body topmargin='0' leftmargin='0'"
PRINT #archivo, ">"
PRINT #archivo, "<p>Hola Mundo </p>"
PRINT #archivo, "<img src=\"1.png\"> "
PRINT #archivo, "</body>"
PRINT #archivo, "</html>"
CLOSE #archivo


Nota: El proyecto esta guardado dentro de la carpeta "prueba" y es donde se crea el archivo informe.html
Para que la imagen se inserte dentro de la pagina , esta debe guardarse dentro de la carpeta del proyecto.

Saludos

última edición por abarzuaf el Miercoles, 24 Marzo 2010, 22:01; editado 3 veces
Perfil MP  

Página 1 de 1


  
No puede crear mensajes
No puede responder temas
No puede editar sus mensajes
No puede borrar sus mensajes
No puede votar en encuestas
No puede adjuntar archivos
Puede descargar archivos
No puede publicar eventos en el calendario

   

Está utilizando la versión (Lo-Fi). Para ver la versión completa del foro, haga clic aquí.

Powered by Icy Phoenix based on phpBB
Design by DiDiDaDo

Página generada en:: 0.3783s (PHP: -81% SQL: 181%)
Consultas SQL: 47 - Debug off - GZIP Activado