Posts by Antoine • 11 points
2 posts
-
-1
votes3
answers61
viewsQ: How to make the site respond to text? Ex: user X: "hi user X" if not this user "hi unknown user"
<!doctype html> <html> <body> <input type="text" name="text" id="text"/> <input type="button" name="button" value="wert" id="button" class="button" Onclick…
-
0
votes1
answer53
viewsQ: How to program a Celcius drive converter to Kelvin? (HTML, Javascript) this source code did not work, would be K = C + 273
<!doctype html> <html> <head> <script src="myscripts.js"></script> </head> <body> <label for="valor1">Celcius…