Files
journal_com/Ins_authors.html
wangjinlei 6e7ee3dd44 begin
2023-05-18 09:42:12 +08:00

112 lines
3.6 KiB
HTML

<script src="js/jquery.min.js"></script>
<script>
// 获取地址栏信息
function getQueryString(name) {
var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i");
var r = window.location.search.substr(1).match(reg);
if (r != null) return unescape(r[2]);
return null;
}
var ITA_ID = getQueryString('J_num'); //Instructions to Authors
if (ITA_ID == 1) {
onload = function () {
location.href = "notice.html?J_num=1&footer_id=1";
};
} else if (ITA_ID == 2) {
onload = function () {
location.href = "notice.html?J_num=2&footer_id=164";
};
} else if (ITA_ID == 3) {
onload = function () {
location.href = "notice.html?J_num=3&footer_id=473";
};
} else if (ITA_ID == 4) {
onload = function () {
location.href = "notice.html?J_num=4&footer_id=206";
};
} else if (ITA_ID == 5) {
onload = function () {
location.href = "notice.html?J_num=5&footer_id=";
};
} else if (ITA_ID == 6) {
onload = function () {
location.href = "notice.html?J_num=6&footer_id=72";
};
} else if (ITA_ID == 7) {
onload = function () {
location.href = "notice.html?J_num=7&footer_id=90";
};
} else if (ITA_ID == 8) {
onload = function () {
location.href = "notice.html?J_num=8&footer_id=113";
};
} else if (ITA_ID == 9) {
onload = function () {
location.href = "notice.html?J_num=9&footer_id=223";
};
} else if (ITA_ID == 10) {
onload = function () {
location.href = "notice.html?J_num=10&footer_id=135";
};
} else if (ITA_ID == 11) {
onload = function () {
location.href = "notice.html?J_num=11&footer_id=140";
};
} else if (ITA_ID == 12) {
onload = function () {
location.href = "notice.html?J_num=12&footer_id=230";
};
} else if (ITA_ID == 13) {
onload = function () {
location.href = "notice.html?J_num=13&footer_id=173";
};
} else if (ITA_ID == 14) {
onload = function () {
location.href = "notice.html?J_num=14&footer_id=123";
};
} else if (ITA_ID == 15) {
onload = function () {
location.href = "notice.html?J_num=15&footer_id=224";
};
} else if (ITA_ID == 16) {
onload = function () {
location.href = "notice.html?J_num=16&footer_id=66";
};
} else if (ITA_ID == 17) {
onload = function () {
location.href = "notice.html?J_num=17&footer_id=258";
};
} else if (ITA_ID == 18) {
onload = function () {
location.href = "notice.html?J_num=18&footer_id=450";
};
} else if (ITA_ID == 19) {
onload = function () {
location.href = "notice.html?J_num=19&footer_id=31";
};
} else if (ITA_ID == 20) {
onload = function () {
location.href = "notice.html?J_num=20&footer_id=274";
};
} else if (ITA_ID == 21) {
onload = function () {
location.href = "notice.html?J_num=21&footer_id=332";
};
} else if (ITA_ID == 22) {
onload = function () {
location.href = "notice.html?J_num=22&footer_id=155";
};
} else if (ITA_ID == 23) {
onload = function () {
location.href = "notice.html?J_num=23&footer_id=";
};
} else if (ITA_ID == 24) {
onload = function () {
location.href = "notice.html?J_num=24&footer_id=352";
};
}
</script>