Why doesn’t the form not POST in Excel 2016 for Mac?
问题 We are testing an add-in for Excel that has a form that is POSTed to https://httpbin.org/anything. The form will not POST in Excel 2016 version 15.39 (171010) for Mac (High Sierra ver 10.13.1). Here are the HTML form’s essentials: <script type="text/javascript"> //submit form $("#testForm").submit(); </script> </head> <body> <form method="POST" id="testForm" action="https://httpbin.org/anything" accept-charset="UTF-8" target="_blank"> <div> <input type='hidden' name='mergeDataFormat' value=