 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Andrea Biasi Guest
|
Posted: Sun May 22, 2005 6:42 am Post subject: Write text tcppwebbrowser |
|
|
Hello,
how can I write text (login and pwd) to a <input> tag inside the
cppwebbrowser?
using ole?
Andrea
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Sun May 22, 2005 8:06 am Post subject: Re: Write text tcppwebbrowser |
|
|
"Andrea Biasi" <andrea.biasi (AT) cheapnet (DOT) it> wrote
| Quote: | how can I write text ... to a <input> tag inside the cppwebbrowser?
|
After fully loading the page, query the Document property for the
IHTMLDocument2 interface, and then work your way through the page's DOM to
get the IHTMLInputTextElement interface for the specific input fields that
you want to fill in. Look at the following for more details:
Interfaces and Scripting Objects
http://msdn.microsoft.com/workshop/browser/mshtml/reference/ifaces/interface.asp
Gambit
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|