Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

117
Views
Guarde los resultados de esta tabla con javascript

Estoy creando un sitio web y quiero que los usuarios puedan registrar en un cuadrante las horas que tienen disponibles para ofrecer un servicio. He hecho una tabla y puedo marcar y cambiar de color. Ahora necesito que esto se registre en una base de datos, supongo, y que sea visible para otros usuarios que visiten mi sitio web.

 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Untitled</title> <script language="javascript" type="text/javascript"> function ilumina(celda){ if (celda.style.backgroundColor=="yellow") { celda.style.backgroundColor="green"; } else { celda.style.backgroundColor="yellow"; } } </SCRIPT> </head> <body> <table border="1" width="50%"> <tr> <td bgcolor="green" onclick="ilumina(this)">9-10 am</td> <td bgcolor="green" onclick="ilumina(this)">10-11 am</td> <td bgcolor="green" onclick="ilumina(this)">11-12 am</td> <td bgcolor="green" onclick="ilumina(this)">12-13 am</td> </tr> </table> </body> </html>

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!