Dear visitor, welcome to KDE-Forum.org.
If this is your first visit here, please read the Help. It explains in detail how this page works.
To use all features of this page, you should consider registering.
Please use the registration form, to register here or read more information about the registration process.
If you are already registered, please login here.
DCOP and khtml
Hey, I'm trying to write a script using DCOP to open a web page, put some text in a textarea of a form, and submit the form. Does anyone know if this is possible?
RE: DCOP and khtml
You can't fill in and submit forms with DCOP.
Bram Schoenmakers
KDE Netherlands (www.kde.nl)
Thanks.
I figured out how to do it with cURL.
DOM manipulation with DCOP in khtml would be really cool though.