Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
funkster #1
download repeat region
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.
funkster Guest
-
Nested Repeat region
Before Upgrading to CS I used to use the Extension from those clever peps at InterAkt to do this but now for some reason its incompatible!!! ... -
Download Repeat Region Server Behavior
Hi, Using this server behaviour I'd like to name the file I save from a field in my recordset but I keep getting errors back when I try to do this.... -
repeat region
Hi.. I use repeat region to view only 10 records at a time, so how can I have another link that when user click on next it will go to another 10 of... -
repeat region across the page?
Maybe a really silly question but my little brain could not work this out. How do you repeat a region across and down the page at the same time?... -
php repeat region
Hey guys, question about PHP, I'm trying to help out a friend but I don't really know anything about php. I'm also pretty amaturish at asp. I...



Reply With Quote

