473,772 Members | 3,148 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Advice - how to display multiple sequential pages?

Guru's;

I have a site where a new cgi script (perl) collects a LOT of
information from a server before formatting it and displaying a
dynamic page to the client. The time delay can be from 3 to 20
seconds.

I have been trying to display an interim page with an animated gif and
a please wait type of message which would be replaced by the actual
resulting page.

I've been playing with Content-type: multiple/something boundary="blah
blah"

but I am having absolutely NO LUCK!

Can someone please post an example of how this might be accomplished?

Thanks a million from a frustration tech person.

Bob
Jul 20 '05 #1
3 2903
On Fri, 29 Aug 2003 01:20:40 GMT, R.********@Fina ncialDataCorp.c om
(Bob Mariotti) wrote:
I have been trying to display an interim page with an animated gif and
a please wait type of message which would be replaced by the actual
resulting page.
BTDT

Stuck all sorts of thing into <div id="dvPleaseWai t" >Loading...</div>

Then at the bottom of the page (after the data has loaded) a snippet
of JavaScript to clear it dvPleaseWait.in nerHTML = "";
I've been playing with Content-type: multiple/something boundary="blah
blah"


Never tried that.
Another technique for huge data volumes is to look at XML data
islands. You can get some excellent interactive client-side features
this way (sorting / filtering). OTOH, it tens to be a M$oft-only
solution.

Jul 20 '05 #2
On Sat, 30 Aug 2003 11:59:20 +0200, Stephen Poley <sb*****@xs4all .nl>
wrote:
On Fri, 29 Aug 2003 01:20:40 GMT, R.********@Fina ncialDataCorp.c om (Bob
Mariotti) wrote:
I have a site where a new cgi script (perl) collects a LOT of
information from a server before formatting it and displaying a
dynamic page to the client. The time delay can be from 3 to 20
seconds.

I have been trying to display an interim page with an animated gif and
a please wait type of message which would be replaced by the actual
resulting page.

I've been playing with Content-type: multiple/something boundary="blah
blah"

but I am having absolutely NO LUCK!


Can't say I'm impressed, as a user, by "please wait" messages. I think
I'd approach from a different angle. The opening page, where a visitor
is likely to enter a site, should never take a long time to load anyway.
One could then put a note next to the link to the slow-loading page:
"may take a while to load ..."

Depending on exact circumstances you might NOINDEX the very slow page to
prevent visitors going to it directly from a search engine.

--
Stephen Poley

http://www.xs4all.nl/~sbpoley/webmatters/


Stephan;

Thanks for the comments. I do agree with you about the slow loading
pages. I too find them annoying.

However, this particular application is only as the result of the user
requesting a reprint of a particular document that has been previous
produced and archived. The relavent information must be located from
within a few million records, the the extracted information formatted
and displayed as a printable html. That's what takes the time.

I've received a few suggestions about breaking it into two pages where
the first contains the animated gif and the second is the actual
requested output. We'll see how that goes.

Bob
Jul 20 '05 #3
On Sat, 30 Aug 2003 14:55:26 GMT, R.********@Fina ncialDataCorp.c om (Bob
Mariotti) wrote:
Thanks for the comments. I do agree with you about the slow loading
pages. I too find them annoying.
Perhaps my post wasn't clear. I don't mind pages which take rather a
long time to load, if I've been warned in advance that it will take a
while, and it seems likely that the page will be worth waiting for. What
I wanted to say was that under those circumstances a "please wait"
message on the page itself doesn't seem to add much. A title and page
heading would be enough.
However, this particular application is only as the result of the user
requesting a reprint of a particular document that has been previous
produced and archived. The relavent information must be located from
within a few million records, the the extracted information formatted
and displayed as a printable html. That's what takes the time.


Fair enough - so if there's a little "slow loading" warning by the
link/button that invokes the page, that is likely to be sufficient. But
it's up to you of course.

--
Stephen Poley

http://www.xs4all.nl/~sbpoley/webmatters/
Jul 20 '05 #4

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

Similar topics

4
2308
by: Marquisha | last post by:
If this is off-topic, please forgive me. But I thought this might be the perfect spot to get some advice about how to proceed with a project. Working on a Web site design for a nonprofit organization, and I'm donating the work. Haven't done Web work in a while, and things have changed since I last did anything of this magnitude. I'm looking for a solution that will enable me to edit pages easily and in totally WYSIWYG fashion, while...
1
2741
by: Kirok | last post by:
Hey Everyone, Thanks for reading, heres what I'm trying to do I have an array of say 10 items each item contains the text / description for a room. Now I would like to create a class (lets call it BookSection) this class will display the text for the current room the user is in and then have links to other rooms (left, right, east, west, etc) then dependant upon the choice made by the user will move to the new room and display the text
4
1400
by: Heath Kelly | last post by:
I need advice on correct usage of ADO.NET in an ASP.Net environment. I have an ASP.Net application that accesses data through a referenced class library. Things start to break down when multiple web clients attempt to use the application at the same time. A common error that gets returned is "sqlcommand is currently busy open, fetching". I can't understand why the users might be using the same instance of my connection, but this error...
2
1635
by: Bruce W.1 | last post by:
ASP.NET processes one request at a time, sequentially. If one process blocks or sleeps then it brings down the entire application for all users. This fact is hidden under the rug by Microsoft. It would clearly be a problem for any website that has tons of traffic. On this I seek specifics. Is it sequential per DLL or per page? If one page blocks, on say a big
3
3176
by: Sigmathaar | last post by:
Hi, I'm need some advice about lists and vectors. I'm doing a program who needs to have sequential access of a non ordered unit of objects whose size decreases almost each time the sequence is finished (at the begining I have about 2500 objects in the unit, after the first acces I have 2499, then 2435, then 1720 and so on). The problem is that sometimes after a whole sequence the number of objects in the unit remains unchanged. After...
1
9652
by: David Van D | last post by:
Hi there, A few weeks until I begin my journey towards a degree in Computer Science at Canterbury University in New Zealand, Anyway the course tutors are going to be teaching us JAVA wth bluej and I was wondering if anyone here would be able to give me some tips for young players such as myself, for learning the language. Is this the best Newsgroup for support with JAVA?
6
1259
by: Steve K | last post by:
I got a bit of a problem I like some help on. I'm designing 10 training modules for people that work in food processing plants. This is my target audience. These workers have little or no computer knowledge at all! And they also have outdated, old browsers, slow modems, old computers, etc. So I need to keep this as simple as possible and as browser compatible as possible. The client wants a navigation bar at the bottom of each page...
4
2022
by: tony | last post by:
I'm designing a survey form page that will be fairly complex and am becoming confident enough with PHP now to tackle most things. (Thanks to everyone here who has helped) Before I go too far with this I was wondering if anyone could perhaps offer advice or point me to any documents/web pages that could help with ensuring the security of the form/page and site. It is likely that the form will come under attack I expect. Even comments...
53
4757
by: Hexman | last post by:
Hello All, I'd like your comments on the code below. The sub does exactly what I want it to do but I don't feel that it is solid as all. It seems like I'm using some VB6 code, .Net2003 code, and .Net2005 code. I'm developing in vb.net 2005. This test sub just reads an input text file, writing out records to another text file, eliminating records that have a '99' in them (it is similar to a CSV file). Some of my concerns are:
0
9620
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
9454
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,...
0
10104
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10038
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
8934
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
7460
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
6715
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();...
1
4007
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
3
2850
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.