Re: Local vs. remote files on CDROM-based server
- From: Ed Mullen <ed@xxxxxxxxxxxx>
- Date: Tue, 06 Jan 2009 14:20:16 -0500
Maxwell Lol wrote:
I have built a perl-based web server that will reside on a CDROM, and has
the ability to search the text files on the CDROM. I'll used
ActiveState's perl to make a *.exe file.
The problem I have is described here:
http://kb.mozillazine.org/Links_to_local_pages_don%27t_work
Where Firefox won't allow users to link from http://localhost:8080/ to a
file:///
Essentially people can click on a search result, but the browserr
does not open the file. The user has to copy and paste the URI.
Is there any recommended practice to work around this issue?
Something with Javascript?
So don't use file:///file.txt links, use http://file.txt or relative links, e.g., /folder/file.txt
--
Ed Mullen
http://edmullen.net
Is it time for your medication or mine?
.
- Follow-Ups:
- Re: Local vs. remote files on CDROM-based server
- From: Maxwell Lol
- Re: Local vs. remote files on CDROM-based server
- References:
- Local vs. remote files on CDROM-based server
- From: Maxwell Lol
- Local vs. remote files on CDROM-based server
- Prev by Date: Re: Most-used browsers?
- Next by Date: Re: Most widely used browser(s) for Apple/Macintosh?
- Previous by thread: Re: Local vs. remote files on CDROM-based server
- Next by thread: Re: Local vs. remote files on CDROM-based server
- Index(es):
Relevant Pages
|