PC Review
Forums
Newsgroups
Microsoft Word
Microsoft Frontpage
Inserting a Calendar in FrontPage 2002
Forums
Newsgroups
Microsoft Word
Microsoft Frontpage
Inserting a Calendar in FrontPage 2002
![]() |
Inserting a Calendar in FrontPage 2002 |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
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. |
|
|
|
#2 |
|
Guest
Posts: n/a
|
>-----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? |
|
|
|
#3 |
|
Guest
Posts: n/a
|
: 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 |
|
|
|
#4 |
|
Guest
Posts: n/a
|
>-----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) || |/----------------------------------------------------\| *------------------------------------------------------* |
|
|
|
#5 |
|
Guest
Posts: n/a
|
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. |
|
|
|
#6 |
|
Guest
Posts: n/a
|
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. |
|
|
|
#7 |
|
Guest
Posts: n/a
|
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. > > > |
|
|
|
#8 |
|
Guest
Posts: n/a
|
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. |
|
|
|
#9 |
|
Guest
Posts: n/a
|
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. > > > |
|
|
|
#10 |
|
Guest
Posts: n/a
|
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. |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

