The following code works in Google Chrome beta as well as IE 7. However, Firefox seems to have a problem with this. I\'m suspecting it to be a problem of how my CSS files are included, cause I know Fi
I get the exception: \"URI scheme is not file\" What I am doing is trying to get the name of a file and then save that file (from another server) onto my computer/server from within a servlet.
I am running a website on my local machine (\"http://localhost/asdf\") and trying to get some file:// protocol links to work.In reality I\'m trying to open a folder, not a specific file, but I can\'t
I am setting the DocumentText property to an HTML string that contains links like: <a href=\"file:///D:/dir/file.html\">NewPage</a>
I have developed an application that has a list of items in one frame; when one clicks on an item it does something in another frame (loads an image).
I am trying out a simple implementation of a URL shortener such as tinyurl.com or bit.ly. Currently I do a response.sendRedirect(targetURL) in my servlet - which works fine for http/ftp target URLs.
An application I\'m working on involves accessing files on network file shares, and we\'re using URIs to specify the files\' locations.