PC Review


Reply
Thread Tools Rate Thread

Inserting a Calendar in FrontPage 2002

 
 
Kerry
Guest
Posts: n/a
 
      21st Oct 2003
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
 
 
 
 
Mary Jane
Guest
Posts: n/a
 
      21st Oct 2003

>-----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
 
Mike Mueller
Guest
Posts: n/a
 
      21st Oct 2003
: 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
 
Jim Buyens
Guest
Posts: n/a
 
      21st Oct 2003
>-----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
 
Steve Easton
Guest
Posts: n/a
 
      21st Oct 2003
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" <(E-Mail Removed)> wrote in message
news:00a301c397eb$cb646950$(E-Mail Removed)...
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
 
Steve Easton
Guest
Posts: n/a
 
      21st Oct 2003
However, it is not "Editable"

Sorry.

--
95isalive
This site is best viewed..................
...............................with a computer
"Steve Easton" <(E-Mail Removed)> wrote in message
news:u69pgN$(E-Mail Removed)...
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" <(E-Mail Removed)> wrote in message
news:00a301c397eb$cb646950$(E-Mail Removed)...
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
 
chris leeds
Guest
Posts: n/a
 
      21st Oct 2003
usually throws a warning box too.

"Steve Easton" <(E-Mail Removed)> wrote in message
news:#d7j#W$(E-Mail Removed)...
> However, it is not "Editable"
>
> Sorry.
>
> --
> 95isalive
> This site is best viewed..................
> ..............................with a computer
> "Steve Easton" <(E-Mail Removed)> wrote in message
> news:u69pgN$(E-Mail Removed)...
> 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" <(E-Mail Removed)> wrote in message
> news:00a301c397eb$cb646950$(E-Mail Removed)...
> 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
 
chris leeds
Guest
Posts: n/a
 
      21st Oct 2003
I'd bookmarked this:
http://home.att.net/~codeLibrary/Fro...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" <(E-Mail Removed)> wrote in message
news:00a301c397eb$cb646950$(E-Mail Removed)...
> 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
 
Steve Easton
Guest
Posts: n/a
 
      21st Oct 2003
Warning box??


"chris leeds" <(E-Mail Removed)> wrote in message
news:%23x8Yeb$(E-Mail Removed)...
usually throws a warning box too.

"Steve Easton" <(E-Mail Removed)> wrote in message
news:#d7j#W$(E-Mail Removed)...
> However, it is not "Editable"
>
> Sorry.
>
> --
> 95isalive
> This site is best viewed..................
> ..............................with a computer
> "Steve Easton" <(E-Mail Removed)> wrote in message
> news:u69pgN$(E-Mail Removed)...
> 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" <(E-Mail Removed)> wrote in message
> news:00a301c397eb$cb646950$(E-Mail Removed)...
> 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
 
Steve Easton
Guest
Posts: n/a
 
      21st Oct 2003
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" <(E-Mail Removed)> wrote in message
news:%23d7j%23W$(E-Mail Removed)...
However, it is not "Editable"

Sorry.

--
95isalive
This site is best viewed..................
...............................with a computer
"Steve Easton" <(E-Mail Removed)> wrote in message
news:u69pgN$(E-Mail Removed)...
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" <(E-Mail Removed)> wrote in message
news:00a301c397eb$cb646950$(E-Mail Removed)...
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
FrontPage 2002 - Inserting a Page Break HollieM Microsoft Word Document Management 1 25th May 2010 08:19 PM
?? FrontPage 2002 website, inserting a box for remote use?? Racenut Microsoft Frontpage 3 28th May 2009 06:24 PM
Inserting a calendar into a FrontPage website? =?Utf-8?B?S3Jpcw==?= Microsoft Frontpage 3 25th Jun 2006 08:13 AM
inserting swf movies on same page in frontpage 2002 =?Utf-8?B?S290Y2hlZQ==?= Microsoft Frontpage 2 21st Dec 2004 01:29 PM
Calendar in Frontpage 2002 =?Utf-8?B?anVkaXRo?= Microsoft Frontpage 2 3rd Nov 2004 01:04 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:02 PM.