I'm trying to figure out something for an ASP.NET project where I work and would appreciate any help! Whenever someone downloads/exports a file in IE6, a blank window opens as well - has anyone else experienced this and does anyone know of a way to eliminate this?
If the case is that you're generating the file and then outputing the header with Response.Header then what's probably happening is you have the target of your link set to _blank. Just remove it and you should be good as long as you have your .net page generating properly.