Hi - does anyone know what code to use when using an image for the "Done" button on the receipt page in v10.
In v9 I used this and it worked ok in all the major browsers:
In v10 it works ok in FF, Chrome and Safari but it does not work in IE7, IE8 or Opera.
Have I missed changing something else?
In v9 I used this and it worked ok in all the major browsers:
<input type="image" name="ACTION" src="btn-done.gif" alt="<actinic:variable encoding="html" name="DoneButton" />" value="<actinic:variable encoding="html" name="DoneButton" />" onmouseover='this.src="btn-done-roll.gif"' onmouseout='this.src="btn-done.gif"' onmouseout="RestoreImage()" />
Have I missed changing something else?
Comment