Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to control IE status bar messages
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00989009
Message ID:
00989129
Vues:
32
Well thank you David!
I am using javascript with IE. Javascript functions make HTTP requests to a VFP COM. So it's an "in browser" issue. Could I include your sugestion in the function?:
.function Radio_Click(theKey)
{
window.parent.frames("Content").document.location.href
="http://host/scripts/xISAPI.dll/myCOM.MyClass.GetContentPage?key=theKey";
window.StatusText="Does this status have status?"
}


>
>oIE = createobject( "internetexplorer.application" )
>oIE.Visible = .t.
>oIE.StatusText = "how's this for status?"
>
>
>
>oIE.StatusText = "" && clear it
>
>
>
>oIE.StatusText = "Status... get your status right here..." && set it again
>
>
>>When my [HTTP] gets or posts requests, the HTTP is echoed in my IE status bar. Is there a way to "hide" or replace the IE status message with more "meaningful" information?
>>
>>Thanks!
Imagination is more important than knowledge
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform