HTML Button That’s A Link

Mon, Oct 1, 2007

Programming & Code


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:

Tags: ,
,

This post was written by:

- Alvin is a Singaporean who's interested in marketing, techy stuff and likes to just figure out how the two can work with each other. On top of his blog, you can also follow him on Twitter.

Get Alvin's Report On How To Blog Successfully - Free!

Leave a Reply

*