PC Review Forums Newsgroups Microsoft Word Microsoft Frontpage Inserting a Calendar in FrontPage 2002

Reply

Inserting a Calendar in FrontPage 2002

 
Thread Tools Rate Thread
Old 21-10-2003, 05:55 PM   #1
Kerry
Guest
 
Posts: n/a
Default Inserting a Calendar in FrontPage 2002


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.
  Reply With Quote
Old 21-10-2003, 06:23 PM   #2
Mary Jane
Guest
 
Posts: n/a
Default Inserting a Calendar in FrontPage 2002


>-----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?
  Reply With Quote
Old 21-10-2003, 06:31 PM   #3
Mike Mueller
Guest
 
Posts: n/a
Default Re: Inserting a Calendar in FrontPage 2002

: 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


  Reply With Quote
Old 21-10-2003, 06:38 PM   #4
Jim Buyens
Guest
 
Posts: n/a
Default Inserting a Calendar in FrontPage 2002

>-----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) ||
|/----------------------------------------------------\|
*------------------------------------------------------*

  Reply With Quote
Old 21-10-2003, 06:47 PM   #5
Steve Easton
Guest
 
Posts: n/a
Default Re: Inserting a Calendar in FrontPage 2002

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
"Kerry" <henairlock@earthlink.net> wrote in message
news:00a301c397eb$cb646950$a301280a@phx.gbl...
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.


  Reply With Quote
Old 21-10-2003, 07:04 PM   #6
Steve Easton
Guest
 
Posts: n/a
Default Re: Inserting a Calendar in FrontPage 2002

However, it is not "Editable"

Sorry.

--
95isalive
This site is best viewed..................
...............................with a computer
"Steve Easton" <admin@95isalive.com> wrote in message
news:u69pgN$lDHA.392@TK2MSFTNGP11.phx.gbl...
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
"Kerry" <henairlock@earthlink.net> wrote in message
news:00a301c397eb$cb646950$a301280a@phx.gbl...
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.



  Reply With Quote
Old 21-10-2003, 07:15 PM   #7
chris leeds
Guest
 
Posts: n/a
Default Re: Inserting a Calendar in FrontPage 2002

usually throws a warning box too.

"Steve Easton" <admin@95isalive.com> wrote in message
news:#d7j#W$lDHA.3316@TK2MSFTNGP11.phx.gbl...
> However, it is not "Editable"
>
> Sorry.
>
> --
> 95isalive
> This site is best viewed..................
> ..............................with a computer
> "Steve Easton" <admin@95isalive.com> wrote in message
> news:u69pgN$lDHA.392@TK2MSFTNGP11.phx.gbl...
> 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
> "Kerry" <henairlock@earthlink.net> wrote in message
> news:00a301c397eb$cb646950$a301280a@phx.gbl...
> 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.
>
>
>



  Reply With Quote
Old 21-10-2003, 07:16 PM   #8
chris leeds
Guest
 
Posts: n/a
Default Re: Inserting a Calendar in FrontPage 2002

I'd bookmarked this:
http://home.att.net/~codeLibrary/Fr.../calendar_p.htm
but you may want to look at www.hotscripts.com, www.fuzzysoftware.com and
the other "script sites" for something that will work in "real time". there
are bound to be dozens in every language with every type of database you can
think of.
HTH
"Kerry" <henairlock@earthlink.net> wrote in message
news:00a301c397eb$cb646950$a301280a@phx.gbl...
> 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.



  Reply With Quote
Old 21-10-2003, 08:00 PM   #9
Steve Easton
Guest
 
Posts: n/a
Default Re: Inserting a Calendar in FrontPage 2002

Warning box??


"chris leeds" <chris@nedp.net> wrote in message
news:%23x8Yeb$lDHA.1948@TK2MSFTNGP12.phx.gbl...
usually throws a warning box too.

"Steve Easton" <admin@95isalive.com> wrote in message
news:#d7j#W$lDHA.3316@TK2MSFTNGP11.phx.gbl...
> However, it is not "Editable"
>
> Sorry.
>
> --
> 95isalive
> This site is best viewed..................
> ..............................with a computer
> "Steve Easton" <admin@95isalive.com> wrote in message
> news:u69pgN$lDHA.392@TK2MSFTNGP11.phx.gbl...
> 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
> "Kerry" <henairlock@earthlink.net> wrote in message
> news:00a301c397eb$cb646950$a301280a@phx.gbl...
> 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.
>
>
>




  Reply With Quote
Old 21-10-2003, 08:01 PM   #10
Steve Easton
Guest
 
Posts: n/a
Default Re: Inserting a Calendar in FrontPage 2002

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
"Steve Easton" <admin@95isalive.com> wrote in message
news:%23d7j%23W$lDHA.3316@TK2MSFTNGP11.phx.gbl...
However, it is not "Editable"

Sorry.

--
95isalive
This site is best viewed..................
...............................with a computer
"Steve Easton" <admin@95isalive.com> wrote in message
news:u69pgN$lDHA.392@TK2MSFTNGP11.phx.gbl...
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
"Kerry" <henairlock@earthlink.net> wrote in message
news:00a301c397eb$cb646950$a301280a@phx.gbl...
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.




  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off