Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

wait for complete loading from server before removing my p..

 
   Web Hosting Problem Solving Community! (Home) -> Apache RSS
Next:  .htaccess and Rewrite...  
Author Message
Mel

External


Since: Feb 13, 2008
Posts: 2



(Msg. 1) Posted: Wed Feb 20, 2008 12:23 pm
Post subject: wait for complete loading from server before removing my page
Archived from groups: alt>apache>configuration (more info?)

I was wondering if there was some kind of tweeking in apache, which
would not dump me into a blank page, before the new page data is ready
to display ?

I have seen some applications (non ajax) that seem to stay in my face
while the server is fetching new page data.

Please help. My customers hate blank pages for too long. they rather
be looking at the current page

thanks in advance

 >> Stay informed about: wait for complete loading from server before removing my p.. 
Back to top
Login to vote
HansH

External


Since: Dec 08, 2006
Posts: 162



(Msg. 2) Posted: Sat Feb 23, 2008 6:59 am
Post subject: Re: wait for complete loading from server before removing my page [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Mel" <MelHeravi.DeleteThis@gmail.com> schreef in bericht
news:0bfe6eca-e000-432f-a16e-96cc08e661c9@c33g2000hsd.googlegroups.com...
>I was wondering if there was some kind of tweeking in apache, which
> would not dump me into a blank page, before the new page data is ready
> to display ?
>
> I have seen some applications (non ajax) that seem to stay in my face
> while the server is fetching new page data.
>
> Please help. My customers hate blank pages for too long. they rather
> be looking at the current page
The white or gray -browser (version) dependant- empty screen will flash -or
flicker- more noticable when a colored or dark background is used.
A browser may wipe the current content as soon as the first byte of new
content has arrived, exact behaviour will very per brand and version *AND*
document type.
Make sure any script does send its response in a single throw; do not rely
on the buffering capacities of server side deflate as a browser -or proxy-
may disallow it.

Notice that on a recursive page -fill-in (again) form is displayed with the
results of previous submitted values- not whiping the results soon enough
may allow the user to print, distribute or archive an invalid combination
of settings and results.
Javascript may, unless disabled at the browser, help you out here:
<form id=Form action="yourscript.cgi" method="post"
onSubmit="document.getElementById('result').style.display='none' >
<div id=result>previous result</div>


HansH

 >> Stay informed about: wait for complete loading from server before removing my p.. 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Can I stop a server removing the www. prefix ? - When accessing a website (on a third party server - so my scope for modifying the configuration is limited) in some circumstances the "www." prefix gets removed. These circumstances appear to be: if I access http://www.mysite.co.uk/index.html...

Don't show complete url - I wonder if it's possible hide the complete url and only show a part of it. e.g. i'd like to show only www.mydomain.com/webmail/ for the complete url www.mydomain.com/webmail/src/login.php. Is this possible using an Alias directive....i tried but it..

URL rewrite help - redirect complete URI - I want to dynamicaly generate pages for my domain name for example, I want to internally redirect mydomain.com/company/new to mydomain.com/parse.php?value=/company/new mydomain.com/anything to mydomain.com/parse.php?value=/anything I want to redirect....

Removing old Apache version - problem - (Fedora Core 1) I have deleted Apache 2.0.40 and replaced with 2.0.52. However, when upgrading other packages such as mod_auth_mysql, it reports that 2.0.40 is still installed. I used the remove package tool in webmin to remove the old version. What els...

Removing Apache from a Windows Computer - I need to remove Apache from my personal computer Through Control Panel > Remove Programs, I uninstalled it. However. Control Panel > Services thinks its still there. So I removed the folders, that were left after uninstall completed. However the...
   Web Hosting Problem Solving Community! (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]