On Thu, May 22, 2014 at 1:28 PM, John Gordon <[email protected]> wrote: > In <[email protected]> Aseem Bansal > <[email protected]> writes: > >> But I hit a snag today that webbrowser's won't allow client to open >> hyperlinks with file protocol. I have both offline and online bookmarks >> so that was a problem for me. > > What do you mean by saying "webbrowser's won't allow client to open > hyperlinks with file protocol"? Of course they do. > > My web browser works just fine with links such as this: > > <a href="file:///C:/Users/gordonj/Documents/foo.html">foo.html</a>
It works if the document that contains the link is also opened from the local filesystem, but browsers will refuse to follow the link if it was served over http. -- https://mail.python.org/mailman/listinfo/python-list
