Re: WebBrowser control



"Nutan" <inutan@xxxxxxxxx> wrote in message
news:uSeWmf2wHHA.536@xxxxxxxxxxxxxxxxxxxx
1. How to add HTMLElement to WebBrowser.Document.Body at current
cursor location.
(I want to add a <label> at current cursor location)

document.selection.createTextRange().htmlText = "<label>blah</label>";
--
With best wishes,
Igor Tandetnik

With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925


.