bschie
24 Oct 2007, 06:19am
Ok so I am in the middle of a HTPC build but before I finish I want to kinda of make my own ghetto web based media center until I decide which media center to go with.
So I made a webpage which is basically just links for right now which lead to certain shortcut files (.lnk) files. These files mount the images from my dvds on to a virtual drive to avoid skipping, etc. that using a dvd causes.
So here is my problem.... if I try to load the page in firefox and click on any of the links that lead to a shortcut, I get this problem:
http://i22.photobucket.com/albums/b303/bschie/firefox1.jpg
and when I click OK, I get this:
http://i22.photobucket.com/albums/b303/bschie/firefox2.jpg
It didn't work :(
But if I use IE (well using IEtab) and click, I get this:
http://i22.photobucket.com/albums/b303/bschie/ie1.jpg
Sweet it worked!
The problem that I am noticing is that even though the html link code looks like this:
<.a href="file://G:\Movies\webpage\C\CHANGELING.lnk"> The Changeling<./a>
Firefox changes all of the \ into / which is why it cannot find it. Any ideas how to make this work? I really dont want to have to use IE.
Thank you.
So I made a webpage which is basically just links for right now which lead to certain shortcut files (.lnk) files. These files mount the images from my dvds on to a virtual drive to avoid skipping, etc. that using a dvd causes.
So here is my problem.... if I try to load the page in firefox and click on any of the links that lead to a shortcut, I get this problem:
http://i22.photobucket.com/albums/b303/bschie/firefox1.jpg
and when I click OK, I get this:
http://i22.photobucket.com/albums/b303/bschie/firefox2.jpg
It didn't work :(
But if I use IE (well using IEtab) and click, I get this:
http://i22.photobucket.com/albums/b303/bschie/ie1.jpg
Sweet it worked!
The problem that I am noticing is that even though the html link code looks like this:
<.a href="file://G:\Movies\webpage\C\CHANGELING.lnk"> The Changeling<./a>
Firefox changes all of the \ into / which is why it cannot find it. Any ideas how to make this work? I really dont want to have to use IE.
Thank you.