Does anyone have any ideas on how to change how submit buttons can be changed from the default? I think it is a real shortcoming of HTML that onmouseup and onmousedown etc are not permitted with <input type='submit'.... I just feel there must be some clever way using javascript or something similar to give this effect.
btw, I have tried using the <button type="submit"... tag, <a href="Javascript:document.formName.submit()" ... tag, <img src ="pic.gif" ... tag, but cannot get them to work with my javascript validation routine.
Thanks, Dave.