Announcement

Collapse
No announcement yet.

Image as submit buttons

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Image as submit buttons

    I have added a couple of images as submit buttons, the url is here:
    http://www.clientel-actinic.co.uk/

    If you add something to cart and click checkout now, you can view the page, here is the code for next and cancel:

    HTML Code:
    <input type="image" src="cancel-button.gif" name="ACTION" value="<actinic:variable encoding="html" name="CancelButton" />" />
    
    <input type="image" src="next-button.gif" name="ACTION" value="<actinic:variable encoding="html" name="NextButton" />" />
    As submit buttons, the shop works correctly, but only when I add the src and changethe type to next and cancel on this page does the problem occur..

    I am probably missing something completely obvious, can anyone help me?

    Many thanks in advance, this forum has been an invaluable resource

    Tracey

    #2
    Ie 6

    Just a quick post - the buttons work in firefox and not IE 6???

    Comment


      #3
      This is in the Knowledge Base - see http://knowledge.actinic.com/acatalo...383.html#a1026
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment

      Working...
      X