How to load an URL after URL previously loaded on HTMLViewer?

In fact Thats the Way.

I Solved doing this:

At CancelLoad event on HTMLViewer:

IF URL “https://cfdiau.sat.gob.mx/nidp/app?sid=0” Then

me.LoadURL(“https://portalcfdi.facturaelectronica.sat.gob.mx/ConsultaReceptor.aspx”)
End If