Clickable link

  • Thread starter Thread starter Morris Patterson
  • Start date Start date
M

Morris Patterson

I have created an html index file for use on my
Family Album photo CD.
The file contains clickable links that opens sub
folders and displays a list of all files on the folder.
Example: <br><b> <a href="Misc">Miscellaneous</a> </b>
"Misc" is the name of the folder
It works perfectly on IE 5.
I cannot get this to work on IE 6. What must I do to
make it work as before?
 
Hi Morris,

I think it should work. What happens when you click on the link? Is
the folder there?

Kind regards

Hans Le Roy
MS MVP-Windows (IE/OE)
 
For what I know I.E. 6 is more stringent on the exact code.
Misc being a folder you may have to use File://Misc

I just tried in by browser File://c:\windows and I was able to see all the
files in the folder.

Keep in mind also that the tags are case sensitive. M is not equal to m
 
Yes it works from the address line of the browser but I
cannot seem to make it work from the html file.

I tested
<br><b> <A HREF="File:\\#c:\windows">windows</A> </b>
It searches but "The page cannot be displayed".
Perhaps I'm close.
Thanks for the tips anyhow.
 
Back
Top