Wrox Programmer Forums
|
Visual Basic 2008 Essentials If you are new to Visual Basic programming with version 2008, this is the place to start your questions.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Visual Basic 2008 Essentials section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 3rd, 2009, 01:52 PM
Registered User
 
Join Date: Oct 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to droidman
Question filling a textarea

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





Similar Threads
Thread Thread Starter Forum Replies Last Post
Tab function + <textarea></textarea> Adam H-W HTML Code Clinic 0 April 24th, 2007 10:36 AM
filling the screen darkhalf CSS Cascading Style Sheets 0 September 26th, 2006 02:29 PM
filling of datagrid rahulyadav23 .NET Framework 2.0 2 June 29th, 2005 06:24 AM
display vbCrLf's from textarea to textarea mat41 Classic ASP Basics 8 June 10th, 2004 12:19 AM
filling of dataset abhimca_1 ADO.NET 1 August 6th, 2003 08:23 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.