Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I create New Window ?
Message
De
17/11/2003 14:35:57
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00849199
Message ID:
00850737
Vues:
18
Hi Sergey,

I've been looking at that parameter and also the 3rd one. But I can't figure out how to use them to duplicate the New Window menu selection in Internet Explorer. I've tried these:
myForm.New_Window()
  local lcURL
  lcURL = this.oWeb.LocationURL
  this.oWeb.Navigate2( lcURL ,navOpenInNewWindow )
    or 
  this.oWeb.Navigate2( lcURL , ,'New Window' )
They both work fine before I Log In, but neither one works after I've Logged In to a web-site.

>Bill,
>
>Take a look at the second parameter in Naviagete2 method.
>
>>I'm using VFP 7.0
>>
>>I'm building my own web browser using my own OleControl for the browser.
>>
>>I'm trying to duplicate Internet Explorer's "File/New - Window" menu selection.
>>
>>I can do it before I log in to a web-site, but if I try it after logging in I get an error. It's a different error depending on the web-site.
Bill Morris
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform