I have a form with lines like this:
<input type="image" src="cart.jpg" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
These generate a Warning* message in CSE (v10.01). I *think* I need to keep this exact syntax to keep PayPal happy. How can I tell CSE Validator to ignore these messages? I did look at right-clicking on the Warning message but it is still not obvious to me.
* The value of the "name" attribute ("submit") may conflict with properties of the JavaScript Form object when using JavaScript. It is recommended that the value of the "name" attribute be changed to avoid potential conflict when accessing the form object's properties, methods, and event handlers.
Thanks,
John



