Hi,
I have a webapplic and now I want to open a pdf file in a new window. The pdf files are on a local drive on the webserver but when I open a file I get an error acces denied.
the variable Handtek contains the path to the file on the local disk
is there somebody what I forget...
I have a webapplic and now I want to open a pdf file in a new window. The pdf files are on a local drive on the webserver but when I open a file I get an error acces denied.
VB.NET:
[SIZE=2]
Response.Write("<script language=Javascript>window.open('" & Handtek & "','', 'Top=5px, Left=5px, edge=Raised, center=yes, help=no, resizable=yes,scrollbars=yes, status=yes,width=1000,height=600');</script>")
[/SIZE]
the variable Handtek contains the path to the file on the local disk
is there somebody what I forget...