Posts by biel silva • 24 points
3 posts
-
-1
votes1
answer21
viewsQ: I’m having difficulties in ajax to return
To be well explained.. I’m starting now in the world of js and ajax.. I am making a code that create options of available times when click the button.. everything works normal in strings…
-
1
votes1
answer628
viewsA: Log out after 5 minutes of inactivity
The best solution is to implement your own session timeout. Use a simple date and time record that indicates the time of the last activity (i.e., request) and update it with each request: if…
-
0
votes0
answers66
viewsQ: How to pick up innerHTML value
I want to take two innerHTML values and split function adicionaLinha(idTabela) { var tabela = document.getElementById(idTabela); var numeroLinhas = tabela.rows.length; var linha =…
javascriptasked biel silva 24