STOmics logo 时空组学

EN
时空知识库 时空知识库 时空知识库
时空知识库
搜 索
首页> 资源>时空知识库
1 2 3 4
4
:'keyword',value:key}, {name:'columnId',value:'66'}, {name:'toUrl',value:'news_list.shtml'}, ); onGotoPage(); }; function jumpToOtherPage(){ var value = $("#my_input").val(); var total = $("#total").attr('pages_count'); var rule = /^\d+$/; var urlPrefix = $("#urlPrefix").val(); var isHtmlPage = $("#isHtmlPage").val(); var goUrl = ""; if(!rule.test(value)){ return false; }else{ if(parseInt(value)>parseInt(total)){ value = "1"; } } if (urlPrefix==null || urlPrefix==""){ urlPrefix="/col66/list"; if(value != "1"){ goUrl = urlPrefix + "_" + value; }else{ goUrl = urlPrefix; } }else{ if(isHtmlPage == "true"){ urlPrefix=urlPrefix+"/list"; } if(value != "1"){ if(isHtmlPage == "false" && !urlPrefix.endsWith("/list")){ urlPrefix = urlPrefix + "/list" } urlPrefix=urlPrefix+"_"; goUrl=urlPrefix+value; }else{ goUrl=urlPrefix; } } if(isHtmlPage == "true"){ goUrl = goUrl + ".html"; } window.location = goUrl; } if(value != "1"){ goUrl = urlPrefix + "_" + value; }else{ goUrl = urlPrefix; } }else{ if(isHtmlPage == "true"){ urlPrefix=urlPrefix+"/list"; } if(value != "1"){ if(isHtmlPage == "false" && !urlPrefix.endsWith("/list")){ urlPrefix = urlPrefix + "/list" } urlPrefix=urlPrefix+"_"; goUrl=urlPrefix+value; }else{ goUrl=urlPrefix; } } if(isHtmlPage == "true"){ goUrl = goUrl + ".html"; } window.location = goUrl; }