I need to redirect the user using JavaScript. Which is the preferred method?window.open("webpage.htm", "_self"); orwindow.location.href = "webpage.htm";
確定! 回上一頁