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:
00989294
Views:
33
Terry,

Taking this test fragment I posted last night seems like the javascript needs to take a little way:
<HTML>
<body>

<script language=javascript>

function ShowStuff()
{
window.status = window.document.forms[0].field1.value;
}
</script>

<form>
<input id="field1" type="text" onchange="javascript:ShowStuff();" />
</form>

</body></html>
The "normal" status display shows downloading from after typing text and pressing tab ... until you move the mouse though.

>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?"
>}
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform