How to create a push button link in HTML?

Discussion in 'HTML & Website Design' started by shilpamg, Dec 9, 2008.

  1. #1
    Hi,

    I need to know the code in html to create a push button link.
    Please help me.
     
    shilpamg, Dec 9, 2008 IP
  2. dejangex

    dejangex Peon

    Messages:
    113
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You mean like this?

    <form action="http://www.put-your-link-here.com" method="get">
    	<input type="submit" value="Click here to go somewhere" />
    </form>
    Code (markup):
    or with javascript:
    <p><input type="button" value="Click here" onclick="window.location = 'http://put-your-link-here.com/';" /></p>
    Code (markup):
     
    dejangex, Dec 9, 2008 IP
  3. webcrawl

    webcrawl Banned

    Messages:
    130
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #3
    i didn't got wat u r saying? please be clear while posting
     
    webcrawl, Dec 9, 2008 IP