473,796 Members | 2,765 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 2329
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
8701
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
7248
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
9524
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10168
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10003
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
9047
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...
1
7546
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6785
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
5440
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
5568
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4114
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.