473,480 Members | 1,873 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Slow ASP Page need GIF to Show

I have a basic asp page running that is very slow it has to crunch some info
and when a user hits submit it can take a minute or more for a response. So
what I did was call a second page that should show a gif that is asking them
to be patient. Unfortunately this never shows (See below). I have tried
other ways as well, but I have been unsuccessful in getting the gif to show.
This has to be simple but I'm not a skilled asp developer so I don;t know
how to do it. Anybody have any ideas?
<img src = "graphics/clockT.gif" />

<%Response.Redirect "aspTraceOut.asp?host=" & Request.QueryString("host")%>


--
Paul Bergson

This posting is provided "AS IS" with no warranties, and confers no rights.

Oct 3 '05 #1
3 1392
http://aspfaq.com/show.asp?id=2498

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Paul Bergson" <pbergson@allete_nospam.com> wrote in message
news:uj**************@tk2msftngp13.phx.gbl...
I have a basic asp page running that is very slow it has to crunch some info and when a user hits submit it can take a minute or more for a response. So what I did was call a second page that should show a gif that is asking them to be patient. Unfortunately this never shows (See below). I have tried
other ways as well, but I have been unsuccessful in getting the gif to show. This has to be simple but I'm not a skilled asp developer so I don;t know
how to do it. Anybody have any ideas?
<img src = "graphics/clockT.gif" />

<%Response.Redirect "aspTraceOut.asp?host=" & Request.QueryString("host")%>

--
Paul Bergson

This posting is provided "AS IS" with no warranties, and confers no rights.

Oct 3 '05 #2
Thanks this worked perfectly

--
Paul Bergson MCT, MCSE, MCSA, CNE, CNA, CCA

This posting is provided "AS IS" with no warranties, and confers no rights.
"Steven Burn" <so*******@in-time.invalid> wrote in message
news:%2***************@tk2msftngp13.phx.gbl...
http://aspfaq.com/show.asp?id=2498

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Paul Bergson" <pbergson@allete_nospam.com> wrote in message
news:uj**************@tk2msftngp13.phx.gbl...
I have a basic asp page running that is very slow it has to crunch some

info
and when a user hits submit it can take a minute or more for a response.

So
what I did was call a second page that should show a gif that is asking

them
to be patient. Unfortunately this never shows (See below). I have tried
other ways as well, but I have been unsuccessful in getting the gif to

show.
This has to be simple but I'm not a skilled asp developer so I don;t know
how to do it. Anybody have any ideas?
<img src = "graphics/clockT.gif" />

<%Response.Redirect "aspTraceOut.asp?host=" &

Request.QueryString("host")%>


--
Paul Bergson

This posting is provided "AS IS" with no warranties, and confers no

rights.



Oct 3 '05 #3
Hi Paul,

You could try to set the buffer to true and jot a Response.Flush after
the image, that way the page forces the buffered output to the
browser. Like this:

<%Response.Buffer=True%>
<img src = "graphics/clockT.gif" />
<%Response.Flush()%>
<%Response.Redirect "aspTraceOut.asp?host="
&Request.QueryString("host")%>

HTH,
- Alex

On Mon, 3 Oct 2005 08:21:55 -0500, "Paul Bergson"
<pbergson@allete_nospam.com> wrote:
I have a basic asp page running that is very slow it has to crunch some info
and when a user hits submit it can take a minute or more for a response. So
what I did was call a second page that should show a gif that is asking them
to be patient. Unfortunately this never shows (See below). I have tried
other ways as well, but I have been unsuccessful in getting the gif to show.
This has to be simple but I'm not a skilled asp developer so I don;t know
how to do it. Anybody have any ideas?
<img src = "graphics/clockT.gif" />

<%Response.Redirect "aspTraceOut.asp?host=" & Request.QueryString("host")%>


Oct 4 '05 #4

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

Similar topics

0
489
by: Anushya | last post by:
Hi I am using Listview and inherited listview control overriding WndProc & PreProcessMessage in ListView. I need this to customize listview to display only the page the user scrolls to. Since i...
4
3723
by: Adrian MacNair | last post by:
Hi, I created an image gallery which displays 63 images in a slideshow. The problem is that the show was slow because each image loaded one at a time during the show. No problem right? I just...
3
2852
by: Jennyfer J Barco | last post by:
In my application I have a datagrid. The code calls a Stored procedure and brings like 200 records. I created a dataset and then a dataview to bind the results of the query to my grid using ...
22
3487
by: Albert Oppenheimer | last post by:
I thought my program had to be caught in a loop, and cancelled it through the task manager. It took about one second in Java, but re-implemented in C, it had already run over one minute. I set...
6
2070
by: lawrence k | last post by:
The following function is way too slow. If anyone has any suggestions about how to speed it up, I'd be grateful for them. We have to call this function 36 times on one page, and I think each time...
14
1403
by: James | last post by:
I compile my code, I get a few errors, I go to the 1st error in the editor and start to type in the correct code and I get no where because with each key stroke the caret goes away, then a long...
12
3909
by: grace | last post by:
i am wondering why my database retrieval becomes too slow...we set up a new server (ubuntu, breezy badger) machine where we transferred all our files from the old server.. Our new server uses Asus...
4
6522
by: rubyhcurry | last post by:
Hello, I have a small application which acts like a wizard with 5 steps. I use a tab control, and 'back' and 'next' buttons to switch between the 5 tabs (1 tab page for each step). The...
0
1431
by: Kerem Gümrükcü | last post by:
Hi, i use the code from this code sample on MSDN: for printing a 5 and sometimes 70 page text-only data: http://msdn.microsoft.com/en-us/library/ms404294.aspx The point is, that this is...
0
7055
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
6920
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
7059
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,...
1
6758
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...
0
7010
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
5362
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
4799
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
4499
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...
0
3011
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...

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.