How about:
(This is not really dynamic as you load everything at once)
1) Fill your records into arrays.
2) create a new 'positioned' container for each array each
in the same location.
3) fill the container with the appropriate data and show the
first container only (CSS).
4) creat links with 'onclick' events to change the CSS to
show or hide the containers.
That would make the initial load slower and subsequent
loads much faster.
----- Original Message -----
From: "Lemune" <alfredosilitonga gmail.com>
To: "PHP & MySQL" <phpmysql googlegroups.com>
Sent: Sunday, April 30, 2006 3:02 PM
Subject: Static page with dynamic content without frame
>
> Hello again. My problem with session handler has been
solved. But now I
> have new problem. I have made my page in three area,
first are is on
> top like header, second are on the left is for the
menu, and the third
> area is the content of the menu. I don't want to use
frame, so I'm
> just using table instead. Here goes the problem, I want
to make the
> page name just one, but the content will be change
according to the
> menu selected (keep in mind that I don't use frame).
If to achieve
> this I have to use frame, maybe I will make the
different name instead.
> But know in one of the menu has the content about
report that I'm
> using the table to show it. The content of the report
is from the
> database. The record of the content will be huge or
many. I want to
> show only 15 records on one page, and there will be
button to navigate
> the record that will be shown. The question is how I
could make this
> only in one page (the name of the file won't change),
so the header
> and the menu won't change or reloaded (because if all
the area
> reloaded I think it will make my web slower because it
has to reload
> all the area). Does someone could help me give a clue
or suggestion or
> idea? And thank you.
>
>
> >
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "PHP & MySQL" group.
To post to this group, send email to phpmysql googlegroups.com
To unsubscribe from this group, send email to
phpmysql-unsubscribe googlegroups.com
For more options, visit this group at http://groups
.google.com/group/phpmysql
-~----------~----~----~----~------~----~------~--~---
|