Trying to get submit image to change to no avail
<input type="image" name="submit" value="Login" src="../media/Login.png"
onclick="this.src='../media/Loginned.png';" style="cursor:default;" />
This is not working, really not sure why. Would be nice to get a little help.
What you have should be working — provided you’re not actually submitting, and causing the page to refresh. Have you tried adding
;return falseto your click event?