Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Control another MSIE window from a web page
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00039348
Message ID:
00039376
Vues:
29
>Who knows the simplest way to open up another instance of MSIE from within an already running instance and have it open up a specified URL.
>
>I'd need to be able to send more URL's to that instance of MSIE.

You can insert a simple java script on an anchor tag like this:
<A HREF="JavaScript:open('pageweb.htm','otherwindow' ,'toolbar=no,location=no,directories=no,status=no ,menubar=no,scrollbars=no,resizable=yes,width=280 ,height=450,top=0,left=0')">Open a page on another window!</A>
Declare the 'otherwindow' object variable in the header of the page.


HTH

:)
If we exchange an apple, we both get an apple.
But if we exchange an idea, we both get 2 ideas, cool...


Gérald Santerre
Independant programmer - internet or intranet stuff - always looking for contracts big or small :)
http://www.siteintranet.qc.ca
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform