Archive for November, 2007

More fun with IE6

Monday, November 19th, 2007 Posted in Browser Quirks, GD | No Comments »

Marks last post reminded me of a little gotcha I came across with IE6. Generally when using GD or any such image manipulation stuff server-side, you usually check the MIME type and do whatever is necessary with whatever file you're given. ...

Image Submit in IE 6

Monday, November 19th, 2007 Posted in Browser Quirks, HTML | No Comments »

I've just run into a little gotcha with the "image" type input tag in HTML: <input type="image" src="foobar.gif" name="my_parameter" value="5" /> In Firefox, and probably every other browser other than Internet Explorer, clicking this submit button will post to the next page 3 parameters: "my_parameter", ...