i recently changed all my <input type="submit"> to <input type="image"> to use pictures instead of those ugly buttons
when i run the site in mozilla everything runs fun, but when i run it using IE it just refreshes the page and does nothing
here's the code i used on one of the pages: <input type=image src="../../images/send.gif" name="submit" value="Send">
when i tried printing out $send in mozilla, it was = to Send, but in IE it was blank... what do i need to do differently to get it to work in internet explorer?
thanks