How can I provide links to intranet files through ASP.net?
Posted
by PhoenixWright
on Stack Overflow
See other posts from Stack Overflow
or by PhoenixWright
Published on 2010-05-06T23:44:38Z
Indexed on
2010/05/06
23:48 UTC
Read the original article
Hit count: 221
Conditions: The files must be opened outside of the window that the link to them is in.
I have tried href, but when I give it an intranet link it only opens correctly if I leave out target="_blank"; if I put that in, the new window that opens doesn't receive the full link if there is a pound sign in the filepath... a direct link to the intranet address \a\b\c#c.txt would be fine with me; there is no concern about security, but I can't seem to get that to happen in a new window. It seems like this is happening when I don't create a new window, but I can't utilize the same window to open the links.
Any ideas?
© Stack Overflow or respective owner