473,785 Members | 2,910 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Anyway could hide the redirect path of the browser ?

Hi,
I am trying on redirect the to the file EnterpriseManag er2.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("ht tp://w0018/EnterpriseManag er2.0.zip")
and
2.
Response.Redire ct("http://w0018/EnterpriseManag er2.0.zip")
and
3.
window.location ("http://w0018/EnterpriseManag er2.0.zip",
''toolbar=no,lo cation=no,direc tories=no,statu s=no,menubar=no ,scrollbars=no,
resizable=yes,c opyhistory=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 ;)
Jul 21 '05 #1
2 2328
If you would, check out www.brains-n-brawn.com and click on any of the
links. Is this essentially what you are looking for?

--

W.G. Ryan, eMVP

Have an opinion on the effectiveness of Microsoft Embedded newsgroups?
Let Microsoft know!
https://www.windowsembeddedeval.com/...ity/newsgroups
"benny" <be***@chrysant h.com> wrote in message
news:ei******** *******@TK2MSFT NGP10.phx.gbl.. .
Hi,
I am trying on redirect the to the file EnterpriseManag er2.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("ht tp://w0018/EnterpriseManag er2.0.zip")
and
2.
Response.Redire ct("http://w0018/EnterpriseManag er2.0.zip")
and
3.
window.location ("http://w0018/EnterpriseManag er2.0.zip",
''toolbar=no,lo cation=no,direc tories=no,statu s=no,menubar=no ,scrollbars=no, resizable=yes,c opyhistory=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 ;)

Jul 21 '05 #2
Hi,
No, this is not what I am looking for. I didn't want the link being seen
like while I point to amazon.com - books: comp I could see the link
http://www.amazon.com/exec/obidos/tg...6dev-t=amznRss
.....
But what I need is sth like I could go to
http://www.amazon.com/exec/obidos/tg...6dev-t=amznRss
with a click without showing it e.g. I could right click the mouse to check
its link..

regards,

benny
"William Ryan eMVP" <do********@com cast.nospam.net > wrote in message
news:ey******** ******@TK2MSFTN GP12.phx.gbl...
If you would, check out www.brains-n-brawn.com and click on any of the
links. Is this essentially what you are looking for?

--

W.G. Ryan, eMVP

Have an opinion on the effectiveness of Microsoft Embedded newsgroups?
Let Microsoft know!
https://www.windowsembeddedeval.com/...ity/newsgroups
"benny" <be***@chrysant h.com> wrote in message
news:ei******** *******@TK2MSFT NGP10.phx.gbl.. .
Hi,
I am trying on redirect the to the file EnterpriseManag er2.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("ht tp://w0018/EnterpriseManag er2.0.zip")
and
2.
Response.Redire ct("http://w0018/EnterpriseManag er2.0.zip")
and
3.
window.location ("http://w0018/EnterpriseManag er2.0.zip",

''toolbar=no,lo cation=no,direc tories=no,statu s=no,menubar=no ,scrollbars=no,
resizable=yes,c opyhistory=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 ;)


Jul 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
11511
by: Jurjen de Groot | last post by:
Hello, Is there someway to hide the name of the page in the browser? When a page is display the full address is shown like http:\\www.mysite.com\Default.aspx, is there some setting (maybe in IIS / ASP.NET or something) so the page is shown like http:\\www.mysite.com\ and not showing aspx and possbile parameters. TIA
2
330
by: R.A. | last post by:
Hi In the web site I work on I give the users an option to download files from the web server. They click a button and I use the Response.Redirect("filename.exe"). The problem is that the user migth see the downloaded file url. Is there a way to hide the downloaded file url (it shows in the ie taskbar). Server.Transfer doesn't work for this. Thanks
4
2174
by: Adam Beer | last post by:
I have a visual basic app that contains a IE browser control and I am using C#.NET to create dynamic content to be displayed within the IE control. The app parses the URL for commands, but I've run into a problem. In my C# code, I attempt: Response.Redirect("COMMAND_LOAD"); This should send the command to the VB app, however I am finding that
15
1948
by: dee | last post by:
Hi, I'm curious why MS decided to have Transfer hide the target page's url invisible? Any guesses ? Thanks. Dee.
2
260
by: benny | last post by:
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.
4
8699
by: ridgedale | last post by:
I wonder if anyone can help me out with this. I am sending the user to a download page where when they click on the download button the file is downloaded and then I want the user redirected after the file download to a confirmation page. My download processing page is as follows: <?php $mytalk = $_GET; if($_GET == "1"): $mytalk = 'Talk 1';
56
7242
by: UKuser | last post by:
Hi, I'm not sure if this can be done as I've searched the web and this forum. I am using an online merchant provider and I must post certain variables to their webforms through a form on my website. The issue is that I need to gauge whether a user has any items in their basket to decide which page I redirect them too. I could
3
3541
by: jasonheath.net | last post by:
I apologize in advance for the length of this post. I wanted to get as much detail as possible in here. We have 1 web app that contains the functionality to do some single sign-on logic. The flow is 1. Welcome page 2. Login Page (where the SSO actually occurs) 3. Welcome page 4. Default page
0
9645
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10327
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9950
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8973
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6740
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5381
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5511
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3647
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2879
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.