Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting IE4.0 Object Reference from VFP ActiveDoc
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
Getting IE4.0 Object Reference from VFP ActiveDoc
Divers
Thread ID:
00198290
Message ID:
00198290
Vues:
52
I have an ActiveDoc that is launched from a web page, then runs
fine. But after the ActiveDoc terminates, I would like to
through the user to another site. I used the following code
in the shutdown routine

IF ISHOSTED()
ox = GETHOST()
if ox.name = "Microsoft Internet Explorer"
ox.? = "http://somewhere.com"
endif
ENDIF

Can someone tell me the object to tell IE to navigate to a site.
I also tried using the Hyperlink object, but it doesn't seem to work either.

Any help is greatly appreciated.

-Ed
Répondre
Fil
Voir

Click here to load this message in the networking platform