-
open link with firefox in php
I have a row in mysql that the content is:
insert into Link (Id_Link,Link) values (1,'//server/folder/documentum.doc');
I would like to make a link and I put this:
<a href="file:///<?php echo $row['Link']; ?>" target="_blank" title="<?php echo $row['Link']; ?>">
the link as: file://///server/folder/documentum.doc That's right!
why i can't open the DOC file directly with my Firefox??
If I copy this direction and put into the toolbar the file is open!
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks