im having a trouble filling a webbrowser textarea. im trying to figure this out for 2 days now i belive it's time to ask for help
when navigationcomplete, the program fills one textfield:
Code:
WebBrowser1.Document.Forms.Item(0).GetElementsByTagName("INPUT").Item("recipient").InnerText = "9999999999"
but now i need to fill this part of the webpage:
Code:
<H3 class="tn edit">
<TEXTAREA class="input textarea" name=msgedto></TEXTAREA>
i tried almost single source coude i found on the internet, in vb6 and
vb 2008 and nothing.
hope someone knows this
