Blank Window Opens when Downloading in IE6

Discussion in 'C#' started by awakebutnapping, Nov 14, 2007.

  1. #1
    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?
     
    awakebutnapping, Nov 14, 2007 IP
  2. Techno_EG

    Techno_EG Peon

    Messages:
    12
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    can you put an example of your problem?

    or plz explane to understand your problem
     
    Techno_EG, Nov 14, 2007 IP
  3. teraeon

    teraeon Peon

    Messages:
    40
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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.
     
    teraeon, Nov 18, 2007 IP