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:
01629331
Vues:
56
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
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform