rrodgers
|
| Posted: 06/16/2003, 2:30 PM |
|
Not really a CCS question...
Using CCS, ASP
Any way to force a link to act like the "Save Target As..." action with out telling the user to right click and choose it from the menu?
thanks
rob
|
|
|
 |
rrodgers
|
| Posted: 06/16/2003, 4:30 PM |
|
Response.Contenttype="application/x-octet-stream"
Setting this on the target page seems to work. Does anyone have any bad experiences doing something like this?
thanks.
rob
|
|
|
 |
rrodgers
|
| Posted: 06/16/2003, 4:32 PM |
|
This is in reference to exporting a csv file.
See my other post with csv in the subject.
rob
|
|
|
 |
|