LẬP TRÌNH WEB HTML - CSS - JAVA SCRIPT

BÀI 28: WINDOW.OPEN TRONG WEB JS

  • Mở một trang trong một tab mới

window.open('your url', '_blank');

  • Mở một trang trong cùng một tab

window.open('your url', '_self');