Need HTML Form Post Help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Shoplifter
    Richest man in Babylon
    • Jan 2002
    • 5845

    #1

    Need HTML Form Post Help

    So I can do a form with a button doing the post action...Like to bring up the Ibill CC page..But How can I use an Image instead of the button?

    Thanks for any tips
  • cgiGeek
    Confirmed User
    • Jan 2002
    • 203

    #2
    Between your <form> and </form>
    <input src="some_button.gif" name="some name"
    width="21" height="21" alt="Click to Order" type="image">

    Need help dealing with a hacked website? Contact me via icq 163583431 :D
    Premium Bandwidth Managed Servers, 12 Years in business xxxHOSTit.com
    I work for xxxhostit.com

    Comment

    • cgiGeek
      Confirmed User
      • Jan 2002
      • 203

      #3
      sorry I cannot post html here
      Need help dealing with a hacked website? Contact me via icq 163583431 :D
      Premium Bandwidth Managed Servers, 12 Years in business xxxHOSTit.com
      I work for xxxhostit.com

      Comment

      Working...