Open Harddisk folder in new window
-
Hi all, I am developing a intranet application using asp.net/vb.net and access. Here, i have some Links like "C:\MyLinks\Link1" I want , when user click on this link, then open a new window and show the content of "C:\MyLinks\Link" in this window. Means, it open the folder of Link1 in new window........ thanx, Sajjad
-
Hi all, I am developing a intranet application using asp.net/vb.net and access. Here, i have some Links like "C:\MyLinks\Link1" I want , when user click on this link, then open a new window and show the content of "C:\MyLinks\Link" in this window. Means, it open the folder of Link1 in new window........ thanx, Sajjad
Sajjad, Logically, the href would be like file://C:/MyLinks/Link1/ as an example but I don't think your webbrowser would allow it as it means a security risk to the local system. Vasudevan Deepak Kumar Personal Web: http://www.lavanyadeepak.tk/ I Blog At: http://www.dotnetjunkies.com/weblog/deepak/
http://deepakvasudevan.blogspot.com/
http://deepak.blogdrive.com/ -
Sajjad, Logically, the href would be like file://C:/MyLinks/Link1/ as an example but I don't think your webbrowser would allow it as it means a security risk to the local system. Vasudevan Deepak Kumar Personal Web: http://www.lavanyadeepak.tk/ I Blog At: http://www.dotnetjunkies.com/weblog/deepak/
http://deepakvasudevan.blogspot.com/
http://deepak.blogdrive.com/Thanx for reply :) I try href but its not working :( any other idea ? Thanx once again Sajjad