why is the html data not being read?
I'm trying to output html data to variables, but the variables are empty!
How is this possible?
sourse:
https://disk.yandex.ru/d/QLKM2bWW3_9twg
HTMLElement.HTMLContent. -
It doesn't work that way either
When changes occur in an element, it does not display them!
Is this what you are trying to do?
howtoconstructdemos.com/system-color-picker
Develop games in your browser. Powerful, performant & highly capable.
Is this what you are trying to do? https://howtoconstructdemos.com/system-color-picker/
https://howtoconstructdemos.com/system-color-picker/
Thanks
That's not all I need.
I would like to be able to get the text of an html element.
Count it
Why are the variables empty?
You have an input element inside the HTML. You need to define ID on that input element then. And extract it into a string variable.
Why not simply use the TextInput object?
You have an input element inside the HTML. You need to define ID on that input element then. And extract it into a string variable. Why not simply use the TextInput object?
Thank you
I need an html extraneous element!