0
How to make buttons in html and link them to anouther page
Plse tell me how to link buttons to anouther page
12 Respuestas
+ 1
Here are two related threads https://www.sololearn.com/discuss/2367285/?ref=app
https://www.sololearn.com/discuss/1341354/?ref=app
+ 4
<button onclick="window.open('https://www.example.com')">Click Me</button>
+ 1
Thanks
+ 1
Welcome :)
+ 1
Can you tell me I am,creating a link and I wnt a continue button did I nedd to create anouther link
+ 1
Means? Can you please elaborate?
+ 1
Means I want to create a continue button in html that will open a new page did I need to create link for the new page that it willl open
+ 1
<button onclick="window.open('yourNewPageLink')">Continue</button>
+ 1
:)
+ 1
<a href="example.com"><button>Click me</buttton></a>
0
Ok finnaly I understand it
0
Tanks dude