Hello,
I am trying to link trac to a file on my C: drive using the wiki. I
will attach my test code below this message. I am using both mozilla
firefox 3.0 and Internet Explorer.
I tried linking to both a file on my C: drive and to google in the
wiki, but only the link to google will actually work. When I use
firefox, the result for the file will be a link to the file, but it
doesn't follow it when you click it. It will not even open up in a new
window. However, when I put my cursor over the link, I can see on the
bottom left corner the link location.
When I use Internet Exporer and put my cursor over the link, it treats
it like text and does not follow the link.
I saw on Trac FAQ that if I was using firefox I should open
about:config in my browser and change security.checkloaduri to false.
I did this, and obviously it still did not work.
When I put the code into a raw HTML page, it did follow the link to
the file.
Can anybody point me in the right direction?
Thanks,
Marcus
Here is my sandbox:
----------------------------------------------------------------------------------------------------------
file:///C:/
[file:///C:/ GimmieAC]
[file:///C: GimmieAC]
[file:///%5C%5CC: Readme]
[file:///C: Readme]
{{{
#!html
<h1 style="text-align: right; color: blue">HTML Test</h1><br>
}}}
{{{
#!html
<A href="file://C:">Cdrive</A><br>
}}}
{{{
#!html
<href style="text-align: right; color: blue">HTML Test</h1><br>
}}}
{{{
#!html
<A href="http://www.google.com">google</A><br>
}}}
[file://c:\ TEST]
[file://C: TEST]
------------------------------------------------------------------------------------
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---