I want firefox to open C:\\somefile.txt on the local drive. I\'ve tried response.redirect with the \"file:///\" prefix, but it just inserts \"Object moved to here.\" in
You can't. Web pages are explicitly not allowed to link or redirect to local content. It's a security measure.