|
Posted by Rik on 12/15/06 17:12
nightstar@gmail.com wrote:
> We are currently moving our employees to IE7. One of our custom
> interfaces brings up a file listing for a product number in IE (so the
> employee can see a list of files). An example of this would be:
>
> header("Location: \\\\server\\prodid");
>
> We do it this way because the unsavvy users do not know how to browse
> the network to the correct server and product id, and it makes it
> faster.
>
> It works in IE6 if you uncheck "Show Friendly HTTP Error Messages" in
> the Advanced Internet Options.
>
> Just a simple folder listing. Is there anything else that may need
> checked / unchecked in IE7 to allow this.
I don't have the ability to test with IE7 , but what does this do:
header("Location: file://server/prodid");
Seems to work fine here, but then again, you previous version did too with
IE6, which is the only one I have...
--
Rik Wasmus
Navigation:
[Reply to this message]
|