Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Displaying a web page without a menu/url etc.
Message
De
19/01/2004 18:53:20
 
Information générale
Forum:
Visual FoxPro
Catégorie:
West Wind Web Connection
Divers
Thread ID:
00868336
Message ID:
00868359
Vues:
18
Both ideas sound great. Can you direct me to some sample code?

Thanks!!!!!!

Bob

>You can't make the browser do that directly without using JavaScript. However, you can make a page that has JavaScript that does this easily enough. This page can just load the new window and close the current window.
>
>You can also use ShellExecute to an .HTA page which is an 'ie application window' but otherwise acts just like an HTML page (just with a different extension). You can use ShellExec to load the window that way.
>
>+++ Rick ---
>
>>How do you programatically (from within foxpro) display a web page without a menu, url, etc. ?
>>
>>We want to make available to users some training videos, but do not want to make the url, etc. available without "logging in".
>>
>>I know that if you use Javascript in the HTML page you can invoke a pop-up windows, i.e.,:
>>
>>href="javascript:;" onClick="open('flash/intro_training_player.swf','','width=800,height=560')">
>>
>>But the above code requires clicking a button or something in the first place.
>>
>>But is there a way to simulate the above -- in code -- when you invoke the browser?
>>
>>Thanks.
>>
>>Bob
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform