Is it possible with JavaScript to re-use the same window for different URLs?

I would like to open a URL in a new browser window (or tab, doesn’t matter) when a user clicks a button. Then, if that window is still open, re-use the SAME window for other buttons that open different URLs. Is this possible?