JavaScript can open new tab using the window.open(URL, name, specs, replace) function. The trick is to put '_blank' into name argument.
確定! 回上一頁