2009/7/9 Jan Limpens <jan.limp...@gmail.com>: > in fact, it was a button at first, but it always submitted :) > I ought to switch that back :) >
As long as you specify the type, it should be fine. If you don't, the default type is "submit", so you must explicitly use: <button type="button">button content</button> IE gets this wrong and has a default type of "button", just to confuse matters ;-) HTH, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/