rasit21
01-18-2002, 11:54 PM
I have to provide a hyperlink on a web page to a file that resides in a shared folder on someone elses PC.
If I link the file using the
a href= "\\pc1490\rap\file.xls" it works fine.
Now my problem is that owner of the folder containing the file.xls wants to provide a access password for the shared folder (rap). Is there anyway I can pass the passoword through the link ( i.e. through a href ) it self.
I'm looking for a solution like
a href="\\pc1490\rap\file.xls : password"
Please advise
If I link the file using the
a href= "\\pc1490\rap\file.xls" it works fine.
Now my problem is that owner of the folder containing the file.xls wants to provide a access password for the shared folder (rap). Is there anyway I can pass the passoword through the link ( i.e. through a href ) it self.
I'm looking for a solution like
a href="\\pc1490\rap\file.xls : password"
Please advise