One Entry - Replicating to Multiple Pages

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Let's say for example I have a scoreboard page with many teams on it, and I
have this scoreboard for all nine weeks of the season. What I am concerned
about is having to input their records for each team every week on all 9
pages.

Is it possible in front page to type the team's record on one page in a
certain cell and have that replicate to each cell that is associated with
that team. Like when I enter 1 - 0 into the cell in week one it replicates
to all 9 pages next to that team's name.

Thanks,
Matt
 
Only if you want to use a database and server-side scripting.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Look at using Includes...Included Content


| Let's say for example I have a scoreboard page with many teams on it, and
I
| have this scoreboard for all nine weeks of the season. What I am
concerned
| about is having to input their records for each team every week on all 9
| pages.
|
| Is it possible in front page to type the team's record on one page in a
| certain cell and have that replicate to each cell that is associated with
| that team. Like when I enter 1 - 0 into the cell in week one it
replicates
| to all 9 pages next to that team's name.
|
| Thanks,
| Matt
 
Rob, wouldn't really be the best use of includes in this case as you would have to create an include
for each team for each week.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
I think the includes are going to work. Lots a work up front, but much more
time freed up when the season hits in late August. I created borderless
pages with one small table with the record. I created a page for each team
and then inserted it into the cell next to the team in each weekly scoreboard
beforehand. Now I just have to update the include pages and then upload it.

Each weekly scoreboard will now be updated with the new records.

Thanks,
Matt
 
ok ok I give...I was thinkin more of a simple table of standings, or
something like that. <sulk>



| With includes, I can see the html source now!!
| It would work but it sure would be a pain to trouble shoot.
|
| --
| Steve Easton
| Microsoft MVP FrontPage
| FP Cleaner
| http://www.95isalive.com/fixes/fpclean.htm
| Hit Me FP
| http://www.95isalive.com/fixes/HitMeFP.htm
|
|
|
| | > Rob, wouldn't really be the best use of includes in this case as you
would have to
| > create an include for each team for each week.
| >
| > --
| > ==============================================
| > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > ==============================================
| > If you feel your current issue is a results of installing
| > a Service Pack or security update, please contact
| > Microsoft Product Support Services:
| > http://support.microsoft.com
| > If the problem can be shown to have been caused by a
| > security update, then there is usually no charge for the call.
| > ==============================================
| >
message
| > | >> Look at using Includes...Included Content
| >>
| >>
| >> | >> | Let's say for example I have a scoreboard page with many teams on it,
and
| >> I
| >> | have this scoreboard for all nine weeks of the season. What I am
| >> concerned
| >> | about is having to input their records for each team every week on
all 9
| >> | pages.
| >> |
| >> | Is it possible in front page to type the team's record on one page in
a
| >> | certain cell and have that replicate to each cell that is associated
with
| >> | that team. Like when I enter 1 - 0 into the cell in week one it
| >> replicates
| >> | to all 9 pages next to that team's name.
| >> |
| >> | Thanks,
| >> | Matt
| >>
| >>
| >
| >
|
|
 
Ok, I not sure I am following, but I hope it works for you.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Back
Top