Posts by Natan Barbosa • 19 points
3 posts
-
0
votes1
answer266
viewsQ: Save form output to txt
I’m trying to save what is written in a form in a txt file while the site’s Mysql does not update. I’ve seen an answer here, but it doesn’t fully answer my question What can I use to save the form…
-
1
votes1
answer133
viewsQ: reverse connection in C#
I’m having a hard time using a reverse connection between client and server. Whenever I try to connect using Dns or Ip does not connect, if I use Localhost, 127.0.0.1, it connects perfectly. It can…
-
0
votes3
answers53
viewsA: How to display the current date while loading the page
Put an onload on <body> See the code below <!DOCTYPE html> <html> <body onload="mostrarHora()"> <p>Exibindo data atual.</p> <div id="localData" style="width:…