Hi,

I used the download repeat region on a site I set up a while ago, it worked
great then. My customer has told me it no longer works, instead of downloading
the csv they just get the pagfe open on screen as if it was a normal repeat
region. I don't know if they have a new browser. It still works in Safari and
it still download on my version of IE although it doesn't name the file
correctly.

this is the code:-

<%
Response.Clear()
Response.AddHeader "Content-Disposition","inline; filename=WebOrders_" &
Request.QueryString("startfield") & "--" & Request.QueryString("endfield") &
".txt"
Response.ContentType = "application/unknown"

can anyone shed some light on this?

thanks,
mark.