Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Calender fror HTML pages

Status
Not open for further replies.

ZmrAbdulla

Technical User
Apr 22, 2003
4,364
AE
Hi,
Can anyone tell me how can I use a calender on an HTML page.
Basically it should be a Calender control similar to the one used in MS Access Forms (Microsoft MonthView Contol Activex). Only to show the dates of whatever month I select. I think something in Javasript would be available.

Thanks in advance


Zameer Abdulla

 
I do not use MS Office so not entirely sure of what it is you wish to emulate.

Javascript can certainly generate a calendar but it's not very good when you have events listed & allow users to browse the year(s). Nor is it very good for allowing users to add events. Nor is it any good if the user disabled scripting in their browser.

The optimal solution would be to use a server side language which can read/write events for the month and print out useful information.

In either event, this is not the right forum to seek help with javascript, php, perl or other programming language.

Good luck :)

----------
I'm willing to trade custom scripts for... [see profile]
 
Hi,
I mean a simple calender just view the dates not to enter anything. Anyway I have found some good DHTML script calenders in the internet. Modified a little on formating. Working good.
There are Javascript versions which has .jar or .js files has to be kept with the html page. DHTML is good in that way all the script will be in the page.

Thanks

Zameer Abdulla

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top