Hi,
Is there a way to retrieve the input codes in (HTML5) inputfields (forms) by the user?
I was thinking using the DOM to
1) find the corresponding element and to 'read' its value
2) use the same mechanisme to modify a specific inputfield displayed in the browser
Is this possible? A simple example would be great!
Regards,
Koen
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Is there a way to retrieve the input codes in (HTML5) inputfields (forms) by the user?
I was thinking using the DOM to
1) find the corresponding element and to 'read' its value
2) use the same mechanisme to modify a specific inputfield displayed in the browser
Is this possible? A simple example would be great!
Regards,
Koen