I am developing an application where I need to be able to access files on my computer. This I can manage. By typing is something like:
Code: Select all
file://I://Documents%20and%20SettingsCode: Select all
<a href="e;file://I://Documents%20and%20Settings"e;>Test</a>Code: Select all
file:///I://Documents%20and%20SettingsDoes anyone know why this would be happening?
Thanks for any input,
Sphen001