473,385 Members | 1,798 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Re : Unable to browse website while downloading a file using a component

Curt_C [MVP] Wrote:
open the request in a new window


That would work fine for me, but I'm writing this script for people
who believe that we must assume total and utter user stupidity. Since
this trick only seems to work manually using a right click->open in
new window and never automatically (using a target attribute or a
javascript event), this may be too much of a mind stretch for this
priviledged class of users.

- Stephane
Jul 19 '05 #1
3 1820
no.... have your link with a different TARGET, thereby opening a second
window...There is no need for a right-click to do it...

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"ASP Spam Fighter" <as****@mailinator.com> wrote in message
news:2b**************************@posting.google.c om...
Curt_C [MVP] Wrote:
open the request in a new window


That would work fine for me, but I'm writing this script for people
who believe that we must assume total and utter user stupidity. Since
this trick only seems to work manually using a right click->open in
new window and never automatically (using a target attribute or a
javascript event), this may be too much of a mind stretch for this
priviledged class of users.

- Stephane

Jul 19 '05 #2
No... Opening the file in a new window won't work. It seems like a
same user can only have one stream opened to the website at a time.
He can browse to a different website, located or not on the same
server, but not on the same website.

I wonder if this can have anything to do with load balancing...

I'm baffled...

BTW: I made a mistake yeasterday when mentioning that it works when I
click on "open in new window". It works only once the download is
completed...

- Stephane

Curt_C [MVP] wrote:
open the request in a new window ....later... no.... have your link with a different TARGET, thereby opening a second
window...There is no need for a right-click to do it...


I wrote:
Internet Explorer refuses to browse to a different page while the file is downloading!

Jul 19 '05 #3
swp
as****@mailinator.com (ASP Spam Fighter) wrote in message news:<2b**************************@posting.google. com>...
Curt_C [MVP] Wrote:
open the request in a new window


That would work fine for me, but I'm writing this script for people
who believe that we must assume total and utter user stupidity. Since
this trick only seems to work manually using a right click->open in
new window and never automatically (using a target attribute or a
javascript event), this may be too much of a mind stretch for this
priviledged class of users.

- Stephane


you can use javascript like this:
<script type="text/javascript">
var spqr = window.open('your_page_here', '__new__',
'height=50,width=50,left=100,top=100,dependant=yes ,toolbar=no,directories=no,location=no,status=no,m enubar=no,scrollbars=no,resizable=no');
self.alert('Downloading File Now');
spqr.focus();
spqr.close();
return true;
</script>

hope this helps

swp
Jul 19 '05 #4

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

Similar topics

1
by: ASP Spam Fighter | last post by:
Hello all, I don't know how to get around this one... If anybody can help me with this problem, I would appreciate it very much. I've been trying to send a (large) file to the browser via a...
2
by: Carlos G Benevides | last post by:
I have a ASP.Net web application that has two assemblies that run under com+. Under Windows 2000 the two assemblies are added to com+ automatically when instantiated from the web site. For this...
3
by: RichG | last post by:
I have a new computer that has a new instalation of XP Pro then a new install of XP Office then a new XP SP2 install. I just downloaded EN_VS.NET_ENT_DEV_FULL.exe into c:\Temp and extracted it...
10
by: Don Wash | last post by:
Hi! I'm pretty frustrated learning ASP.NET. I'm learning ASP.NET by downloading samples from various ASP.NET websites and none of the samples worked so far. The SAME error was shown whenever I...
0
by: Yogesh Pancholi | last post by:
For some unexplained reason, I am suddenly unable to browse to a virtual directory on my laptop. I have a number of sample websites to which I could happliy browse up until last week. As of Monday,...
0
by: Marc Speed | last post by:
I have a windows server 2003 machine that cannot run any aspx pages. The pages are created on my XP machine and run fine on two other servers but this server keeps giving me the following error: ...
7
by: clintonG | last post by:
I'm puzzled and don't think this is possible but if an application that is running on websiteA generates a file can FTP be used from websiteA to transfer that file to websiteB which would be...
2
by: anToNIcHeN | last post by:
Hi All, I am getting this frustating error message when i try to open my project using VS.NET 2003. OS: Windows 2003 Standard Edition with SP2 S.W Installed : VS.NET 2003, VS.NET 2005,...
5
by: daveh551 | last post by:
What, from a high level point of view, is the difference (in Visual Studio 2005) between Website (accessed with Open Website or Create Website from the StartPage) that is an ASP.NET Website, and a...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.