执行管辖异议是指当事人对法院执行案件的管辖权提出异议,认为执行法院无权管辖该案件。根据《民事诉讼法》相关规定,当事人应在收到执行通知书后10日内提出书面异议。
<!-- 执行管辖异议示例代码 -->
<form action="/submit_jurisdiction_objection" method="post">
<label for="case_number">案号:</label>
<input type="text" id="case_number" name="case_number" required>
<label for="objection_reason">异议理由:</label>
<textarea id="objection_reason" name="objection_reason" required></textarea>
<button type="submit">提交异议</button>
</form>
法院应在15日内审查异议,异议成立的裁定撤销执行案件;异议不成立的裁定驳回。当事人对裁定不服可向上一级法院申请复议。