function InfoList150_ButtonSubmit(nextPage,linkURL,mode,InfoPublish_CategoryID) { var time = new Date(); strURI = linkURL + "?InfoList150_action=" + mode + "&InfoPublish_CategoryID=" + InfoPublish_CategoryID; if (nextPage!= null && nextPage.length > 0) strURI += "&InfoList150_CurPage=" + nextPage; self.location = strURI + "&time=" + time.getTime(); }