473,406 Members | 2,707 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,406 software developers and data experts.

Clean page

Hello ppl,

I have any index page that already as lot of information to display i
wanted to make it as the index page should display one image for 5
second and after 5 second the rest data but not the image.

how to clean the old data or image from single loaded page.
"All i m looking for display image for 5 second after 5 second clear
image and show the rest data"

i try sleep() method but it's not working for me it sleeps whole file
for 5 second not the rest part of page. any idea how to solve this
problem.
Thanks
Vm
Oct 1 '08 #1
4 2921
On 1 Oct, 07:16, BigZero <vijaymajagaon...@gmail.comwrote:
Hello ppl,

I have any index page that already as lot of information *to display i
wanted to make it as the index page should display *one image for 5
second and after 5 second the rest data but not the image.

how to clean the old data *or image from single loaded page.
"All i m looking for display image for 5 second after 5 second clear
image and show the rest data"

i try sleep() method but it's not working for me it sleeps whole file
for 5 second not the rest part of page. any idea how to solve this
problem.

Thanks
Vm
Two DIVs, the non-image one initially hidden, then javascript which
runs after 5 seconds to hide the DIV with the image and display the
other one.
Oct 1 '08 #2
On 2008-10-01, Chris Jones <ch******@gmail.comwrote:
On 1 Oct, 07:16, BigZero <vijaymajagaon...@gmail.comwrote:
>Hello ppl,

I have any index page that already as lot of information *to display i
wanted to make it as the index page should display *one image for 5
second and after 5 second the rest data but not the image.

how to clean the old data *or image from single loaded page.
"All i m looking for display image for 5 second after 5 second clear
image and show the rest data"

i try sleep() method but it's not working for me it sleeps whole file
for 5 second not the rest part of page. any idea how to solve this
problem.

Thanks
Vm

Two DIVs, the non-image one initially hidden, then javascript which
runs after 5 seconds to hide the DIV with the image and display the
other one.
Actually, chances are that the image DIV should be the one that is
initially hidden, so that users without Javascript enabled will be
able to see the rest of the site.

An even better solution would be to use two different pages and a
HTTP redirect.

--
Andrew Poelstra ap*******@wpsoftware.net
Only GOD may divide by zero. That is how he created black holes.
-Veselin Jungic
Oct 2 '08 #3
Thanks for reply,

Two DIVs, the non-image one initially hidden, then javascript which
runs after 5 seconds not yet tried,
but the redirecting to other page done but it's not working for me
there are two method >refresh header meta-data request.

well the php srcipt is done such way that it call some method in some
directory then the method reply's to only index page as the index page
contains image only so it looping the thing i tryed with global
variable set true initial but it's not working as page reloading again
and agian.


Thanks
Vm
Oct 6 '08 #4
On 2008-10-06, BigZero <vi**************@gmail.comwrote:
Thanks for reply,

Two DIVs, the non-image one initially hidden, then javascript which
runs after 5 seconds not yet tried,
but the redirecting to other page done but it's not working for me
there are two method >refresh header meta-data request.

well the php srcipt is done such way that it call some method in some
directory then the method reply's to only index page as the index page
contains image only so it looping the thing i tryed with global
variable set true initial but it's not working as page reloading again
and agian.
You should set a cookie, and/or failing that, set a $_GET[] variable
to indicate whether the first page has already been shown.

--
Andrew Poelstra ap*******@wpsoftware.net
Only GOD may divide by zero. That is how he created black holes.
-Veselin Jungic
Oct 6 '08 #5

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

Similar topics

8
by: Craig Thomson | last post by:
I was wondering what people do with text provided by the user in a form. Some cleaning needs to be done at some stage if you are going to be putting it in a database or displaying it etc. But when...
5
by: sonic_soul | last post by:
Hello, I am finishing up creating a fairly complex page that is very rich in DHTML. In addition to updating it self every couple of seconds, various components on it support sync and async...
7
by: Felix Kater | last post by:
Hi, when I need to execute a general clean-up procedure (inside of a function) just before the function returns -- how do I do that when there are several returns spread over the whole function?...
4
by: Rick | last post by:
Hello, Below I create a static instance of an object, works well. public static BasicCounter GlobalCounter = new BasicCounter("GlobalCounter"); private void Page_Load(object sender,...
0
by: Larry Charlton | last post by:
Thanks to S. Justin Gengo, MCP, I think I have a viable editing senario that would enable searching etc. The general flow goes like this: Start on a search screen. Select a record. Edit page is...
2
by: =?Utf-8?B?YzY3NjIyOA==?= | last post by:
Hi all, I usually clean the session when the result page is presented to the user. At this time, say an email confirmation was sent to the user and a pdf file they can becdownloaded from the...
25
by: Koliber (js) | last post by:
sorry for my not perfect english i am really f&*ckin angry in this common pattern about dispose: ////////////////////////////////////////////////////////// Public class...
3
by: D.Hering | last post by:
General: How do I download a page's data from a clean url. Specific: I'm using PyQt's QHttp and QUrl classes for requests and acquiring the response, but I can't figure out how to access a...
3
by: d3vkit | last post by:
I've been using apache and php to create clean urls for a while, and suddenly the other day it just stopped working. My host is godaddy.com and I think this might be the source of my trouble, but...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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:
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
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
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,...

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.