B
benny
Hi,
I am trying on redirect the to the file EnterpriseManager2.0.zip without
having to show the absolute link on http://w0018/EnterpriseManager2.0.zip
where the download utility cannot get that absolute link.
I tried:-
1.
window.open("http://w0018/EnterpriseManager2.0.zip")
and
2.
Response.Redirect("http://w0018/EnterpriseManager2.0.zip")
and
3.
window.location("http://w0018/EnterpriseManager2.0.zip",
''toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,
resizable=yes,copyhistory=yes,width=0,height=0")
method 3. wouldn't work at all
method 1 and 2 would expose the link of
http://w0018/EnterpriseManager2.0.zip . anyway to hide it ?
TIA
regards,
benny
I am trying on redirect the to the file EnterpriseManager2.0.zip without
having to show the absolute link on http://w0018/EnterpriseManager2.0.zip
where the download utility cannot get that absolute link.
I tried:-
1.
window.open("http://w0018/EnterpriseManager2.0.zip")
and
2.
Response.Redirect("http://w0018/EnterpriseManager2.0.zip")
and
3.
window.location("http://w0018/EnterpriseManager2.0.zip",
''toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,
resizable=yes,copyhistory=yes,width=0,height=0")
method 3. wouldn't work at all
method 1 and 2 would expose the link of
http://w0018/EnterpriseManager2.0.zip . anyway to hide it ?
TIA
regards,
benny