Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to hide/unhide label in IE
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
West Wind Web Connection
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows 10
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01628643
Message ID:
01629460
Vues:
37
Thanks Rick. Have a happy New Year!

P

>Find the label in the document (by id) and then just hide it:
>
>
>loElement = oBrowser.Document.getElementById("myLabel")
>loElement.style.display = "none"  && block or inline
>
>
>+++ Rick ---
>
>
>
>>i have not done any web stuff in years and I forgot to dynamically hide/unhide a label in IE hosted in an vfp form
>>
>>after pressing the submit i capture the values in navigate2 and want to mak a message sayin 'Data Saved' on the IE form
>>
>>
>>I know Rick does it in wwconnect.
>>
>>I can't find it anywhere in the docs
>>
>>getting old!!
>>
>>P
Peter Cortiel
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform