Generated HTML...
in
Integration and Hardware
•
2 years ago
Here's the problem...let's suppose I have a simple HTML page with two textfields, the user type in, I don't know, let's say his name and surname, then when he/she presses Enter I get this code...(generated Html):
...
< td id= "name">John</ td>
....
< td id= "surname">Red</ td>
...
Before he typed Enter it was just:
...
< td id= "name"></ td>
....
< td id= "surname"></ td>
...
but I want to get his name and surname and put them in my Sketch...
PS = I know I can do that easily in processing using textfields and so on, but that's not what I need...
...
< td id= "name">John</ td>
....
< td id= "surname">Red</ td>
...
Before he typed Enter it was just:
...
< td id= "name"></ td>
....
< td id= "surname"></ td>
...
but I want to get his name and surname and put them in my Sketch...
PS = I know I can do that easily in processing using textfields and so on, but that's not what I need...
1