Posts by ABNER SOUZA • 11 points
1 post
- 
		1 votes1 answer33 viewsA: Calling a function after entering a pageI think you could try calling the function by placing the onload attribute in the HTML body tag you’re using... something like: <body onload="listarCurso()"> Have you tried that?…