I am trying to open a certain page from my default page. All the code there is in the default page is:
As others have stated, you simply can't. The browser is blocking that behavior. Another option would be to not use window.open but instead use a javascript component which can give you the same behavior.
window.open