Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Hyperlink in new window
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
Hyperlink in new window
Divers
Thread ID:
01341034
Message ID:
01341034
Vues:
55
Hello,

Here is my code

LOCAL m.loHyperLink as Object

loHyperLink = CREATEOBJECT("hyperlink")
loHyperLink.navigateto([http://www.google.com])
RELEASE loHyperLink

loHyperLink = CREATEOBJECT("hyperlink")
loHyperLink.navigateto([http://www.yahoo.com])
RELEASE loHyperLink


I'm expecting two Internet Explorer windows (or two tabs in the same window).

My problem:
Sometimes (I cannot say exactly when) Internet Explorer opens seconds link over first one and I'm getting only one page (www.yahoo.com).

With Firefox browser I always get 2 tabs.
How set up browser or modify my code to display both pages?

Thanks in advance
Giedrius
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform