473,508 Members | 2,333 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Progress bar keeps running when replacing a frame

Hi,

I've the following problem. I have a webpage with some frames on it.
In one frame i have two buttons "reports" and "Analyis". When Someone
pushes reports, a frame must be replaced next to the menu. When the
first time a button is pushed, the frame next to the buttons is
replaced but the progress bar in explorer keeps on going...keh?.. The
second time i push the button the frame is loaded but no progress bar
(??).. The third time again a progress bar.. the fourth time not..so
it seems that it's happening every oneven action.

I've IE 6. I looked in the KB of microsoft and find something about it
but only for IE 5.5 (should be solved by now).

So this is the code:

if (grp=="Reports"){
//window.open("displayReport.csp?type=2")
top.listframe.location.replace("displayReport.csp? type=2");
}
else if (grp=="Dashboards") {
top.listframe.location.replace("displayReport.csp? type=275");
}

I've commented window.open("displayReport.csp?type=2"). When i
uncomment this no progress bar is shown so my conclusion so far is
that it has something to do with replacement of the frame.

If someone could give me clue i would appreciate that..

Thx,
Hennie
Jul 20 '05 #1
1 1976
When i replace the csp page with test.htm like this
top.listframe.location.replace("test.htm");
the progress bar doesn't appear.

When i replace test.htm with a ASP or CSP page (crystal enterprise
page) with only <%response.write time%> it also shows a progress bar
below in the IE...

anyone plzzzz
Jul 20 '05 #2

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

Similar topics

6
3964
by: rob | last post by:
Hi All, I have an asp script which updates upto 300000 records each time it is run. I would like to have a textbox which says records progressed : then in increments of 100 or 1000 whilst the...
3
2857
by: SpamProof | last post by:
I got an animated gif that is a barber pole spinning that I want to use as a progress bar. The problem is that is stops spinning (shows 1 frame) when my browser is processing a submited request...
1
2510
by: Dale Ragan via .NET 247 | last post by:
(Type your message here) -------------------------------- From: Dale Ragan I am running into a problem with an HttpHandler that I have builtto show a progress image on the page getting...
7
5484
by: Oleg | last post by:
I have a web form let's say 'YYZ.aspx'. It has an iframe in it. When it loads it shows progress bar in IE this way: loading for page then again loading for page in iframe. This part is fine....
2
307
by: Dino Buljubasic | last post by:
I have a form that has a progress bar to track opening of a file document. Everything works excellent but the problem is when I want to close the form while progress bar is running by clicking on...
9
3258
by: esakal | last post by:
Hello, I'm programming an application based on CAB infrastructure in the client side (c# .net 2005) Since my application must be sequencally, i wrote all the code in the UI thread. my...
3
8624
by: Ritesh Raj Sarraf | last post by:
Hi, I have a small application, written in Python, that uses threads. The application uses function foo() to download files from the web. As it reads data from the web server, it runs a progress...
1
4104
by: daniel_xi | last post by:
Hi all, I am running a VS 2003 .NET project on my client machine (Win 2000 SP4, ..NET framework 1.1), running an ASP.NET application on a remote web server (Win 2000 Server, IIS 6.0, .NET...
0
7225
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
7324
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
7382
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...
0
7495
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...
0
5627
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,...
1
5052
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...
0
3193
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...
1
766
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
418
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...

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.