Creando archivo HTML
Publicado por Manuel (268 intervenciones) el 18/02/2005 17:27:48
Hola a todos. Estoy creando un archivo html con la siguiente instruccion:
Set fs = CreateObject("Scripting.FileSystemObject")
Set a = fs.CreateTextFile("c:\Apar.html", True)
a.WriteLine (Texto)
a.Close
y deseo incrustar una imagen .bmp en el mismo archivo.
¿Hay forma de hacer esto?
Gracias
Set fs = CreateObject("Scripting.FileSystemObject")
Set a = fs.CreateTextFile("c:\Apar.html", True)
a.WriteLine (Texto)
a.Close
y deseo incrustar una imagen .bmp en el mismo archivo.
¿Hay forma de hacer esto?
Gracias
Valora esta pregunta
0