I would like to open a new page using javascript. I have found a way to open a document in a new browser window but I would like to open the document in the current browser window instead. Here is what I was using to open the document in a new browser: open("page_name") But is there a argument I can add to open the page in the current browser window? Thanks in advance for your help.