Saltar al contenido
View in the app

A better way to browse. Learn more.

Ayuda Excel

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Código fuente web abierta

publicado

Estimados

Buenas Noches

Acudo a uds una ves mas para solicitar de vuestra valiosa ayuda.

Arme un codigo de la siguiente manera, me ayude de google para llegar a este:

Sub AbrirWeb()
Dim IE As Object

Set IE = CreateObject("InternetExplorer.application")
IE.Navigate "http://www.mercadopublico.cl/Portal/Modules/Site/Busquedas/BuscadorAvanzado.aspx?qs=1"
Do
DoEvents
Loop Until IE.readystate = 4

IE.Document.getelementbyid("txtSearch").Value = "2239-14-LP14"
IE.Document.getelementbyid("btnBusqueda").Click
IE.Visible = True
'Posibilidad de obtener codigo fuente
'IE.Visible = False
End Sub[/CODE]

Este código me abre la pagina web, lo hago así porque debo ingresar el valor a buscar en forma manual, con este código puedo automatizar la búsqueda.

La finalidad de esto es poder obtener el código fuente, ya que en este esta la información que necesito.

Mi consulta apunta a que si de esta forma puedo obtener dicho código.

De antemano muchas gracias.

PD: se trata de paginas publicas y no se genera ningún problema legal si abren el archivo.

Saludos Cordiales

Pedro Venegas Q.

Featured Replies

No hay posts para mostrar

Archivado

Este tema está ahora archivado y está cerrado a más respuestas.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.