0
Hi. Please can anyone tell me how to code a button that actually leads to a page.
Web language:how to make a button active
1 Antwort
0
If you can to use a regular button, you will have to handle that with JavaScript. The easier way would be to create a form for the target page with "get" method and just a submit button.
But it depends on your use case.