Button to redirect to another page
-
- Posts:39
Button to redirect to another page
Hello! How can i create a button like scroll up to redirect to a html page when is clicked.
Admin
Posts:805
Hi,
What did you try? What code you have?
I think you can make that button a simple <a> link:
Then, style and position the #btnid with css how you wish.
What did you try? What code you have?
I think you can make that button a simple <a> link:
Code: Select all
<a href="page.html" id="btnid" title="Some title">Text</a>
Similar Topics
- Redirect according to browser type
JavaScript - jQuery - Ajax First post
Pleasant Coursesweb,Last post
I have two `simple` javascript what I wanna combine between detecting in two different browsers to script to another page....
Marplo thanks for quick feedback took me more hours, I should have come earlier with asking questions.
It is a waste I`m not have experiance with...