Duarte
2018-09-09 21:35:28 UTC
Good evening, I'm doing a project where the application fills in the HTML
form data. I am developing in delphi to fill input type fields I am using
the following command:
Chromium1.Browser.MainFrame.ExecuteJavaScript ('document.getElementById ('
+ QuotedStr ('pidlInput_accountHolderName') + '). Value = "' + name + '";',
Chromium1.Browser.MainFrame.Url, 0);
would it have some other simpler way? another question and how to change
the value of a combobox already tried to pass the value by the value
property more did not work. Can anyone help me with how can I pass the
manual value to the combobox using Chromium and delphi?
form data. I am developing in delphi to fill input type fields I am using
the following command:
Chromium1.Browser.MainFrame.ExecuteJavaScript ('document.getElementById ('
+ QuotedStr ('pidlInput_accountHolderName') + '). Value = "' + name + '";',
Chromium1.Browser.MainFrame.Url, 0);
would it have some other simpler way? another question and how to change
the value of a combobox already tried to pass the value by the value
property more did not work. Can anyone help me with how can I pass the
manual value to the combobox using Chromium and delphi?
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss
---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss
---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.