Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting IE4.0 Object Reference from VFP ActiveDoc
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Getting IE4.0 Object Reference from VFP ActiveDoc
Miscellaneous
Thread ID:
00198290
Message ID:
00198290
Views:
50
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
Reply
Map
View

Click here to load this message in the networking platform