Inserting a Calendar in FrontPage 2002

K

Kerry

Can someone tell me how to insert a calendar page into a
website with FrontPage 2002? I want to include scheduled
events ona calendar that can be scrolled month-to-month
bu website users.
I have searched for some type of instruction, but can't
find one, even in FrontPage books.
 
M

Mary Jane

-----Original Message-----
Can someone tell me how to insert a calendar page into a
website with FrontPage 2002? I want to include scheduled
events ona calendar that can be scrolled month-to-month
bu website users.
I have searched for some type of instruction, but can't
find one, even in FrontPage books.
.
Have you thought about using the WORD Calendar feature
and importing/inserting it onto you web page?
 
M

Mike Mueller

: Can someone tell me how to insert a calendar page into a
: website with FrontPage 2002? I want to include scheduled
: events ona calendar that can be scrolled month-to-month
: bu website users.
: I have searched for some type of instruction, but can't
: find one, even in FrontPage books.

AFAIK there is no calendars in FP. I use the calendar in
Outlook and choose >File >Save as Web
 
J

Jim Buyens

-----Original Message-----
Can someone tell me how to insert a calendar page into a
website with FrontPage 2002? I want to include scheduled
events ona calendar that can be scrolled month-to-month
bu website users.
I have searched for some type of instruction, but can't
find one, even in FrontPage books.

The brute-force method is to simply create a 7-column HTML
table, type the days of the week at the top, type days of
the month into each cell, and then start entering events.
Make each month a separate Web page, and use hyperlinks
for point to the next and previous months.

More elegant is building a database of events. However,
now you need functions to add, change, and remove event
records, and a way to secure those functions.

To display a month, you lookup the day of week for the
first of the month, back off to the previous Sunday, and
then run a loop that increments the date by one day for
each iteration. Then, within each iteration:

o If the day of the week is Sunday, write a "<tr>" tag.
o In any case, write a pair of <td> and </td> tags
containing the day-of-the-month number and any
events the database contains for that date.
o If the day of the week is Saturday, write a </tr> tag.
Also, if the month is greater than the "current" month
(i.e. you're displaying October, 2003 and the date
reaches Saturday, November 1) exit the loop.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*
 
S

Steve Easton

FrontPage Tool Bar > Insert > Web Component >
Advanced Controls > select ActiveX Controls
and click Next.
From the list select calendar control and click finish

tada there's your calendar.

hth


--
95isalive
This site is best viewed..................
...............................with a computer
Can someone tell me how to insert a calendar page into a
website with FrontPage 2002? I want to include scheduled
events ona calendar that can be scrolled month-to-month
bu website users.
I have searched for some type of instruction, but can't
find one, even in FrontPage books.
 
S

Steve Easton

However, it is not "Editable"

Sorry.

--
95isalive
This site is best viewed..................
...............................with a computer
FrontPage Tool Bar > Insert > Web Component >
Advanced Controls > select ActiveX Controls
and click Next.
From the list select calendar control and click finish

tada there's your calendar.

hth


--
95isalive
This site is best viewed..................
...............................with a computer
Can someone tell me how to insert a calendar page into a
website with FrontPage 2002? I want to include scheduled
events ona calendar that can be scrolled month-to-month
bu website users.
I have searched for some type of instruction, but can't
find one, even in FrontPage books.
 
S

Steve Easton

However, the more that I look at it, the more I think there's a way
to make the dates open a page or text box when clicked on.

hmm.....

--
95isalive
This site is best viewed..................
...............................with a computer
However, it is not "Editable"

Sorry.

--
95isalive
This site is best viewed..................
...............................with a computer
FrontPage Tool Bar > Insert > Web Component >
Advanced Controls > select ActiveX Controls
and click Next.
From the list select calendar control and click finish

tada there's your calendar.

hth


--
95isalive
This site is best viewed..................
...............................with a computer
Can someone tell me how to insert a calendar page into a
website with FrontPage 2002? I want to include scheduled
events ona calendar that can be scrolled month-to-month
bu website users.
I have searched for some type of instruction, but can't
find one, even in FrontPage books.
 
J

johnny

Hi chris,

Do you know if that FrontPage/calendar form would put JUST the dates of the
month into a FrontPage 2002 table so I could make it look like that months
calendar?
 
S

Steve Easton

Yes it does.
Also has select buttons where a viewer can select
different months and years.


--
95isalive
This site is best viewed..................
...............................with a computer
Hi chris,

Do you know if that FrontPage/calendar form would put JUST the dates of the
month into a FrontPage 2002 table so I could make it look like that months
calendar?
 
J

johnny

Hi Steve,

I can design the table. What I do need is something, that after the
(calendar) table is designed, will put the dates for that particular month
and year into the correct cells. Can you tell me what I need to
automatically put the dates into the cells?
 
S

Steve Easton

OOPS,

I thought you were asking about the ActiveX calendar.

--
95isalive
This site is best viewed..................
...............................with a computer

Hi Steve,

I can design the table. What I do need is something, that after the
(calendar) table is designed, will put the dates for that particular month
and year into the correct cells. Can you tell me what I need to
automatically put the dates into the cells?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top