نحوه باز کردن پنجره جدید

کد زیر:
window.open(‘your_url’, ‘popup_name
‘,’height=’ + screen.height + ‘,width=’ + screen.width + ‘,
resizable=yes,scrollbars=yes,toolbar=yes,menubar=yes,
location=yes’)