I have a situation where I give the user a choice to view a pop-up window, to view one of two pdf files or two download one of two rtf files. The selection is done by checking an appropriate radio button. I use a javascript URL in the onclick option of an HTML <a href....> tag. The view pop-up or view pdf works great. However, when download rtf is selected, the browser will start the download, but also opens a new [blank] window. In IE, this is the can't find URL screen. How do I have JavaScript request a particular file for download without opening up a blank window in the process?