Aug 12, 2004 #1 Eek Technical User Feb 4, 2001 34 CA How can I make an image act as a submit button in a ASP page.
Aug 12, 2004 1 #2 DreXor Programmer Jun 17, 2003 2,224 US <input type="image" src="/images/whatever.gif"> DreX aKa - Robert Upvote 0 Downvote
Aug 13, 2004 #3 FesterSXS Programmer Feb 4, 2002 2,196 GB don't forget to assign the SUBMIT functionality to it as well: Code: <input type="image" src="/images/whatever.gif" [b]value="submit"[/b]> Tony http://www.SpiraxSarco.com Upvote 0 Downvote
don't forget to assign the SUBMIT functionality to it as well: Code: <input type="image" src="/images/whatever.gif" [b]value="submit"[/b]> Tony http://www.SpiraxSarco.com