guif
02-06-2009, 11:27 AM
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!
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!