Essentially, all I want to do is open an external web page after the current page is loaded via java script.
open my page -> javascript tells browser to o
You can also use the "open" method to open the source file or url on a new window.
window.open("anyfile.*");
or
window.open("http://anylocation.com");