Dierk Koenig <[EMAIL PROTECTED]> writes: > > is it an issue with > <button type="submit" ... > ? I would either have expected > <input type="submit" ... > or plainly > <button ... > .
it shouldn't: "submit" is the default value for buttons' type. http://www.w3.org/TR/1999/REC-html401-19991224/interact/forms.html#adef-type-BUTTON Marc. _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

