+ 1
How to make buttons which change page is it only with link how to do it in sololearn
Help plz
3 Respostas
+ 2
Some prefer to use
<a href="thepagegoingto.ididit"><button>click here</button></a> some prefer to use javascript to preform the same using a function and a url hop
+ 2
Normal Coder same way...
but if you are speaking of say layered pages you can use modal like in my very code where I haven't updated in quite awhile...
https://code.sololearn.com/WQ68k4bo5mK4/?ref=app
0
Thx