长三角公务员考录一体化平台
公平考试 严格考察 平等竞争 择优录取
当前省市:浙江省
上海市
江苏省
浙江省
安徽省
function fwdPage(dsdm) { var tempForm = document.createElement("form"); tempForm.id = "tempForm"; tempForm.method = "post"; tempForm.action = "index.html"; tempForm.target = "_self"; var hideInput = document.createElement("input"); hideInput.type = "hidden"; hideInput.name = "dsdm"; hideInput.value = dsdm; tempForm.appendChild(hideInput); document.body.appendChild(tempForm); tempForm.submit(); document.body.removeChild(tempForm); } function queryMore(mkxh) { var tempForm = document.createElement("form"); tempForm.id = "tempForm"; tempForm.method = "post"; tempForm.action = "/tyzpwb/website/queryMore.htm"; tempForm.target = "_blank"; var hideInput = document.createElement("input"); hideInput.type = "hidden"; hideInput.name = "mkxh"; hideInput.value = mkxh; tempForm.appendChild(hideInput); var hideInput2 = document.createElement("input"); hideInput2.type = "hidden"; hideInput2.name = "dsdm"; hideInput2.value = $("#dsdm").val(); tempForm.appendChild(hideInput2); document.body.appendChild(tempForm); tempForm.submit(); document.body.removeChild(tempForm); } function queryDetail(mkxh, tzid) { var tempForm = document.createElement("form"); tempForm.id = "tempForm"; tempForm.method = "post"; tempForm.action = "/tyzpwb/website/queryDetail.htm"; tempForm.target = "_blank"; var hideInput = document.createElement("input"); hideInput.type = "hidden"; hideInput.name = "mkxh"; hideInput.value = mkxh; tempForm.appendChild(hideInput); var hideInput2 = document.createElement("input"); hideInput2.type = "hidden"; hideInput2.name = "dsdm"; hideInput2.value = $("#dsdm").val(); tempForm.appendChild(hideInput2); var hideInput3 = document.createElement("input"); hideInput3.type = "hidden"; hideInput3.name = "tzid"; hideInput3.value = tzid; tempForm.appendChild(hideInput3); document.body.appendChild(tempForm); tempForm.submit(); document.body.removeChild(tempForm); }