Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hyperlink in new window
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Hyperlink in new window
Miscellaneous
Thread ID:
01341034
Message ID:
01341034
Views:
53
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
Next
Reply
Map
View

Click here to load this message in the networking platform