Posts by Márcio Mello • 1 point
1 post
-
-1
votes2
answers33
viewsA: How do I change the title of the browser tab repeatedly?
You can do this by javascript: document.title = "Novo título";
1 post
-1
votes2
answers33
viewsYou can do this by javascript: document.title = "Novo título";