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?
 
Back
Top