$(function(){
var pn = $("#gotopagenum").val(); //#gotopagenum是文本框的id属性
location.href = "NewList.aspx?pagenum="+pn; //location.href实现客户端页面的跳转
});