Hi, I've created several input fields in html and was wanting the output to show up in a table. does anyone know how to do this or Would i be easier creating the input in JS ?
Cheers
Printable View
Hi, I've created several input fields in html and was wanting the output to show up in a table. does anyone know how to do this or Would i be easier creating the input in JS ?
Cheers
You can use the onChange features on the input fields.
Thanks.