Posts by ArturSantiago • 5 points
3 posts
-
0
votes1
answer64
viewsQ: Software Modeling
A software that has the option of registering projects and that each project has its specific working days (working days), which by default is Monday to Friday, but can be changed by project…
-
-2
votes1
answer120
viewsQ: How to handle the DOM of a XHTML file with javascript
JS file: //Variáveis Globais - HTML var campoMatricula = document.querySelector(".matriculaInput"); var campoNome = document.querySelector(".nomeInput"); var campoAno =…
-
0
votes1
answer187
viewsQ: How to access a javascript object in another HTML page?
I’m designing a dynamic table using javascript and localstorage. The project has two HTML documents one showing the table with a list of registered students, and 3 options: Enroll a New Student,…