0
Buttons
if the button is clicked, i need it to redirect to the next webpage. How do i do that? ** Thank You**
3 Réponses
+ 4
<a class="button" href="URL">Next</a>
then customize the button class to make it look like a button
also try looking through bootstrap and w3schools for "pager" or even "pagination", it seems like that's what you are going for
+ 1
In JS you can
window.location.assign(newurl)
to load a new document
+ 1
If you are trying to make a nav bar. Then use unordered list and style it to what you need.