Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to control IE status bar messages
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00989009
Message ID:
00989129
Views:
31
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform