Force IE to go from web folder view to HTML view

F

fltcpt

I am hoping some IE expert or someone who knows IE's internal
can answer this. I need to be able force IE to switch from web folder
(window explorer like) view back to HTML view, from my
web server. (The other way round is easy, just provide
a link with anchor click behavior). It seems like no matter what
status code my server returns, IE keeps sending PROPFIND
requests. I'd appreciate any trick anybody can think of.

Thanks so much.
 
R

Rob ^_^

Hi fltcpt,

Are you using IIS? Tried 404 or 500 errors? You can configure IIS to send a
custom error page with your error code which should switch the browser back
to a web browser.

a guess only, though.

Regards.
 
R

Robert Aldwinckle

I am hoping some IE expert or someone who knows IE's internal
can answer this. I need to be able force IE to switch from web folder
(window explorer like) view back to HTML view, from my
web server. (The other way round is easy, just provide
a link with anchor click behavior). It seems like no matter what
status code my server returns, IE keeps sending PROPFIND
requests. I'd appreciate any trick anybody can think of.


Have you tested this with IE7 too?

In view of the fact that IE7 doesn't even have a folder view any more
and, e.g., since its FTP folders view is being handled by Explorer itself,
I'm wondering if your web folders may not also be deprecated with it.

Thanks so much.


Good luck

Robert Aldwinckle
---
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top