How does one use sendRedirect to a link from a database field, and have the link
as a download rather than a page? I have some Access databases that are
downloadable with an *.mdb extension, and when I link to it it's being displayed
in the browser instead of being downloaded. I'm pulling the link from a
database as a relative path:
<% if(!Recordset1_isEmpty ) {
response.sendRedirect(Recordset1.getString("DownloadLink"));
} %>
Is there a setting in JRun that's not set up correctly? I do this in ASP all
the time. Using JRun 3.0 with windows 95
tom
------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the
body.