I am working in a .js file, that I want to modify so that when I click on a link specified in the file, it will open in a new window. Currently, I've got it opening in the same window, but I want it in a new one. I know how to do it in HTML, but not sure about in javascript.
Thanks.




Reply With Quote