Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to hide/unhide label in IE
Message
General information
Forum:
Visual FoxPro
Category:
West Wind Web Connection
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows 10
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01628643
Message ID:
01629331
Views:
57
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?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform