Re: problem generating a file link

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



George Pitcher wrote:
> Jochem,
> 
>>> This is what
>>> the browser (guessed wrong - I'm using Firefox) shows in the status bar.
>> ok, right - so what does the html source actually contain?
>>
> <a href="file://G:\588012.pdf" target="_blank">PDF</a>

so what happens when you make it like so:

<a href="file:///G:/588012.pdf" target="_blank">PDF</a>

?

> 
>> I'm assuming that the way firefox is interpreting the link makes
>> it not work?
>> does the link work in IE?
>>
> I get exactly the same in IE6. Source is good, link is bad.
> 
> Cheers
> 
> George
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux