TextBox data is lost!
Posted: Sat Oct 21, 2023 8:24 pm
Hi,
TextBoxes on some web pages
Chromium1.browser.MainFrame.ExecuteJavaScript ( 'document.getElementByID("userid").value="123"', 'about: blank', 0 );
I assign values as follows and the assignments I make appear in the boxes, but when I click on the boxes, those values disappear as if no assignment was made.
How do I solve this problem?
thank you in advance...
TextBoxes on some web pages
Chromium1.browser.MainFrame.ExecuteJavaScript ( 'document.getElementByID("userid").value="123"', 'about: blank', 0 );
I assign values as follows and the assignments I make appear in the boxes, but when I click on the boxes, those values disappear as if no assignment was made.
How do I solve this problem?
thank you in advance...