Get text message of textbox in a webpage

  • Thread starter Thread starter vutaviva
  • Start date Start date
V

vutaviva

Hi,
Please help me!
I want to get the text of one textbox in a webpage. For example, I
compose mail by gmail. After I type content of my mail and click a
button on toolbar (created by myself), my function will grasp all this
content. Final, I'll create signature from this content.
How to grasp mail's content?
Thanks so much.
 
Hi,
Please help me!
I want to get the text of one textbox in a webpage. For example, I
compose mail by gmail. After I type content of my mail and click a
button on toolbar (created by myself), my function will grasp all this
content. Final, I'll create signature from this content.
How to grasp mail's content?
Thanks so much.
I may be missing something here, but the content of a textbox is in its text
property. Have you tried assigning the text property to a string, then using
that?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top