Making your own link button with your own custom text is easy. You might want this because it looks different from a normal HTML link (you know, the blue underlined text).
Here’s how the linkable HTML button looks like:
Sometimes you might want a linkable HTML button because it fits into your overall design look and feel as well. So here’s the code – it requires Javascript, but it’s really simple. Just copy and paste the following line of code and you’re done!
<INPUT TYPE="button" value="Link Button" onClick="parent.location='yourpage.html'">
Just replace “yourpage.html” with the URL of the page you want to click and go to, and replace “Link Button” with whatever words you want your button to show.
Similar Posts:
- How To Dynamically Insert Affiliate Links or Track Referrals With Aweber
- How do I create and remove a symbolic link?
- Use Javascript to Display Random Image and Link
- How To Open All New Windows As New Tabs, By-Passing The _blank Attribute
- Chinese Input in Microsoft Windows and Word


Leave a Reply