RESPONDER UNA PREGUNTA

Si para responder la pregunta, crees necesario enviar un archivo adjunto, puedes hacerlo a traves del correo [email protected]

    Pregunta:  2181 - CONEXION CON NETSCAPE
Autor:  Armando Jose Fermin Fermin
Estimados Srs, estoy tratando de crear un objeto que me permit abrir el broser de netscape y enviarle un URL. Yo lo hice con internet explorer utilizando el siguiente codigo

Sub LoadUrl(URL As String)

Dim Browser As Object
On Error GoTo errores
Set Browser = CreateObject("InternetExplorer.Application")
Browser.navigate "http://" + URL
Browser.Visible = True
errores:
Set Browser = Nothing

End Sub


Nombre
Apellidos
Correo
Comentarios