Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to use the web browser control to input HTML ?
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00677503
Message ID:
00677524
Views:
18
>I know that the web browser control could be use to input html, like a text editor?
>How can we do that ?
>
>Thanks.

IE 5.5 and later has a tag that lets you do something like this (in addtion to Sergey's reply). You can mark the HTML using code like:
<body contenteditable=true>
HTML Code goes here.
</body>
and the HTML will become editable. CTRL-B makes text bold, CTRL-I italicizes text, etc. It uses a lot of the standard Word shortcuts. You can also mark partial sections (eg <div contenteditable=true> or <span contenteditable=true>)
-Paul

RCS Solutions, Inc.
Blog
Twitter
Previous
Reply
Map
View

Click here to load this message in the networking platform