The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Calendar in html or java, Hi,I want to insert a calendar in the following page.
deep
post Sep 5 2008, 05:36 AM
Post #1


Advanced Member
****

Group: Members
Posts: 112
Joined: 19-August 08
Member No.: 6,455



Hi,
I want to insert a calendar in the following page.

www.maachiruparty.com.

Can anybody tell me how to create it.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post Sep 5 2008, 10:13 AM
Post #2


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



What kind of calendar? If you want something that just shows the days of a month, then you could use a table. If you want something that keeps track of upcoming events, then perhaps one of these CGI calendar programs or these PHP calendar programs will meet your needs.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
deep
post Sep 5 2008, 10:23 AM
Post #3


Advanced Member
****

Group: Members
Posts: 112
Joined: 19-August 08
Member No.: 6,455



Darin,
I want a calendar that shows dates of month and the calendar's upper part should show the date like this

< September 05 2008 >
S M T W T F S

1 2 3 4 5 6 7

8 9 10 11 12

And clicking the arrows should change the month.

Deep,
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post Sep 5 2008, 10:28 AM
Post #4


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



You could generate a series of pages, each with a different calendar, and have them link to each other. But it would be easier to use a server-side (e.g., CGI, PHP) calendar program.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
deep
post Sep 6 2008, 12:59 AM
Post #5


Advanced Member
****

Group: Members
Posts: 112
Joined: 19-August 08
Member No.: 6,455



Ok, let me try one of them.

Deep,
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
deep
post Sep 6 2008, 03:05 AM
Post #6


Advanced Member
****

Group: Members
Posts: 112
Joined: 19-August 08
Member No.: 6,455



Darin,
They are not downloading in my pc.
can u give me the code.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post Sep 6 2008, 01:24 PM
Post #7


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



The markup for a calendar is easy:
CODE
<table>
  <tr>
    <th colspan="7">September 2008</th>
  </tr><tr>
    <th>Su</th><th>Mo</th><th>Tu</th><th>We</th>
    <th>Th</th><th>Fr</th><th>Sa</th>
  </tr><tr>
    <td>-</td><td>1</td><td>2</td><td>3</td>
    <td>4</td><td>5</td><td>6</td>
  </tr><tr>
    ...
  </tr>
</table>
The server-side code for a calendar system is much more complicated. What server are you running? (Apache? MS IIS?...) What server-side programming methods does your server support? (CGI? PHP? ASP? Java servlets?...)
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
deep
post Sep 8 2008, 12:10 AM
Post #8


Advanced Member
****

Group: Members
Posts: 112
Joined: 19-August 08
Member No.: 6,455



Darin,
I just want simple calendar created in java applet. i will import it into my page. Once my calendar inserted in my page i will re- upload to the server.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Sep 8 2008, 10:41 AM
Post #9


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,731
Joined: 9-August 06
Member No.: 6



http://www.hotscripts.com/Java/Applets/Calendars/
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
deep
post Sep 9 2008, 02:39 AM
Post #10


Advanced Member
****

Group: Members
Posts: 112
Joined: 19-August 08
Member No.: 6,455



i can't see a download button there. sad.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Sep 9 2008, 11:45 AM
Post #11


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,731
Joined: 9-August 06
Member No.: 6



There isn't any. Go to the author's site and download it from there. Click on the IPB Image button.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
deep
post Sep 10 2008, 01:05 AM
Post #12


Advanced Member
****

Group: Members
Posts: 112
Joined: 19-August 08
Member No.: 6,455



Thanks,

Pandy it worked. Thank you very much smile.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 26th April 2024 - 11:08 AM