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:
00989365
Vues:
37
David,
I think this will do it. And the suggestion that it be fired by an "onchange" of a "value" that results from the HTTP action assures the status will be overwritten just after [or during] "url" action. You anticipated my next question! Thanks!

>Terry,
>
>Taking this test fragment I posted last night seems like the javascript needs to take a little way:
>
>
><HTML>
><body>
>
><script language=javascript>
&gt;
&gt;function ShowStuff()
&gt;{
&gt;window.status = window.document.forms[0].field1.value;
&gt;}
&gt;</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?"
>>}
Imagination is more important than knowledge
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform