Help: Web Programming..

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • temps
    starcraft?
    • Aug 2002
    • 546

    #1

    Help: Web Programming..

    I'm building a website.. and i have a forum a submit button that reloads the page and updates a number, and a remove button that deletes an item if it has been selected.

    It was working fine when I was using: input type="submit"

    I changed the buttons to images using: input type="image"

    and now the values arn't being sent/or not being sent properly and my remove and update buttons don't work anymore.. I thought type="image" was supposed to work the same as a submit..

    If anyone can give me some help that would be great! If you need more infomation to be able to help me just ask and I'll get it for you.
  • cletus
    Registered User
    • Feb 2002
    • 119

    #2
    so your looking to make the input button an image? If so this is what you use

    input border=0 src=imagename type=image
    ______________________

    i_baked_cookies is awesome. he gave me gmail

    Comment

    • temps
      starcraft?
      • Aug 2002
      • 546

      #3
      Ya that is what i use...
      the problem is I'm using a POST to send my information.. and its not being sent properly..

      Comment

      • cletus
        Registered User
        • Feb 2002
        • 119

        #4
        if you want some help send it to me on AIM and i can prolly help you out. meaniemaster1
        ______________________

        i_baked_cookies is awesome. he gave me gmail

        Comment

        Working...