Code:
<button type="button">Click Me!</button>
Makes a button but How do I put a link so when someone clicks the button, they will be redirected to http://kayark.co.cc ?
<button type="button">Click Me!</button>
Shahrier said:Code:<button type="button">Click Me!</button>
Makes a button but How do I put a link so when someone clicks the button, they will be redirected to http://kayark.co.cc ?
<form action="">
<a href="http://kayark.co.cc"><input type="button" value="The Kayark Forums"><a/>
</form>
That's for a image. He wanted a button such as a 'submit' button but it says 'click me'. 🙂Comkid said:What about this?
Code:<a href="http://kayark.co.cc"><img scr="IMG LINK" /></a>
Jaosals said:Shahrier said:Code:<button type="button">Click Me!</button>
Makes a button but How do I put a link so when someone clicks the button, they will be redirected to http://kayark.co.cc ?
Try this
Code:<form action=""> <a href="http://kayark.co.cc"><input type="button" value="The Kayark Forums"><a/> </form>
<form action="http://www.site.com" method="get" enctype="application/x-www-form-urlencoded"><input name="Name" type="button" value="Name on button" /> </form>
<form>
<input type="button" value="The Kayark Forums"
onclick="window.open('http://kayark.co.cc');return false;">
</form>
[LinkBT]{TEXT},{URL}[/LinkBT]
<form>
<input type="button" value="{TEXT}"
onclick="window.open('{URL}');return false;">
</form>
[LinkBT]Name of your site, URL of your site[/LinkBT]
Since 2007, Forum Promotion has specialized in providing advertising solutions to webmasters looking to promote their communities. We pride ourselves in being the bridge that connects forum administrators, bloggers, and more.
We use essential cookies to make this site work, and optional cookies to enhance your experience.