The problem is your INPUT[type=submit] is named 'send'. This becomes a reserved word in IE w/Moo methods (because of conflicts between IE DOM-addressability-through-dot-notation and Moo's extension of Form elements).
-- Sandy
The problem is your INPUT[type=submit] is named 'send'. This becomes a reserved word in IE w/Moo methods (because of conflicts between IE DOM-addressability-through-dot-notation and Moo's extension of Form elements).
-- Sandy