Announcement

Collapse
No announcement yet.

How to use Image as submit button

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

    How to use Image as submit button

    Hi,

    How I use image as submit button.

    Currently using :
    <INPUT type="submit" name="ACTION" id="ACTION" value="NETQUOTEVAR:NEXTBUTTON" width="108" height="17">

    When i change the type from SUBMIT to IMAGE and define SRC it work fine in Firefox but doesn't in Internet Explorer and i want in both Firefox as well as in Internet Explorer

    There is no 'form' in the page, I created a form to submit on image click , but it doesnt works.

    What could be the possible onclick="" code on an image like:
    <a href="#"><img src="images/save_button.jpg" width="95" height="22" onClick=""/></a>

    #2
    Hi Vivek,

    I was following your other thread on this same issue at http://community.actinic.com/showthread.php?t=22715 . Has the last suggestion there by Norman helped ?
    Kind Regards,

    Seeths
    SellerDeck

    Comment

    Working...
    X