473,666 Members | 2,278 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

calendar problems--kinda complex

Please go to http://www.middletree.net/calendar/close.htm

Scroll down about halfway to where there's a table row with four text
boxes, the first of which says "Temporary Solution Provided"

Click the little button next to the text box. A calendar pops up, from
which you can click a date and fill up the textbox with that date.

I am having two problems with this calendar:

1. If I open a calendar, I click "Today", it doesnt' always populate
the textbox. Sometimes, it does, sometimes it doesn't.

2. I'd like to make it populate with the date that I pick, followed by
the current time (the user can adjust the time if they want by manually
typing it. The format would have to be 1/17/2005 8:36:49 AM

Please note that the page shown is a sample page; the real deal is an
ASP-built Intranet app, so I don't have the ability to show you the
real page.

Jul 23 '05 #1
7 1533

"middletree " <mi********@gma il.com> wrote in message
news:11******** ************@c1 3g2000cwb.googl egroups.com...
Please go to http://www.middletree.net/calendar/close.htm

That is a great calendar! Do you know and good books or online tutorials
that can teach me how to make calendars like that?
Jul 23 '05 #2
I hope I didn't come across as being the author of that calendar. I
found it for free. Can't recall the place, but the source code will
have that information on there.

You're right; it is a great calendar.

Jul 23 '05 #3

"middletree " <mi********@gma il.com> wrote in message
news:11******** **************@ z14g2000cwz.goo glegroups.com.. .
I hope I didn't come across as being the author of that calendar. I
found it for free. Can't recall the place, but the source code will
have that information on there.


I couldn't find the info in the source code.
Jul 23 '05 #4
"Josh" <jo*****@hotmai l.com> wrote in message
news:10******** *****@corp.supe rnews.com...

"middletree " <mi********@gma il.com> wrote in message
news:11******** **************@ z14g2000cwz.goo glegroups.com.. .
I hope I didn't come across as being the author of that calendar. I
found it for free. Can't recall the place, but the source code will
have that information on there.


I couldn't find the info in the source code.

Look at the source code of the first "include" file:
http://www.middletree.net/calendar/includes/calendar.js

it points to
http://students.infoiasi.ro/~mishoo/site/calendar.epl

at which you can find:
http://www.dynarch.com/projects/calendar/
Jul 23 '05 #5
"middletree " <mi********@gma il.com> wrote in message
news:11******** ************@c1 3g2000cwb.googl egroups.com...
Please go to http://www.middletree.net/calendar/close.htm

Scroll down about halfway to where there's a table row with four text
boxes, the first of which says "Temporary Solution Provided"

Click the little button next to the text box. A calendar pops up, from
which you can click a date and fill up the textbox with that date.

I am having two problems with this calendar:

1. If I open a calendar, I click "Today", it doesnt' always populate
the textbox. Sometimes, it does, sometimes it doesn't.
Clicking on Today doesn't populate your date field it just repositions the
calendar to today; click on today's date (e.g. "17") to populate your date
field .
2. I'd like to make it populate with the date that I pick, followed by
the current time (the user can adjust the time if they want by manually
typing it. The format would have to be 1/17/2005 8:36:49 AM
Look at the author's page to see the options to include the time:
http://www.dynarch.com/demos/jscalendar/

The curent time would be the time on the client's computer and may not be
accurate at all.
Please note that the page shown is a sample page; the real deal is an
ASP-built Intranet app, so I don't have the ability to show you the
real page.


You should probably hide your "iframe" as it looks bad the way it is now --
it shows some very short scrollbars with unreadable content.
Jul 23 '05 #6

"McKirahan" <Ne**@McKirahan .com> wrote in message
news:Xo******** ************@co mcast.com...
"Josh" <jo*****@hotmai l.com> wrote in message
news:10******** *****@corp.supe rnews.com...

"middletree " <mi********@gma il.com> wrote in message
news:11******** **************@ z14g2000cwz.goo glegroups.com.. .
I hope I didn't come across as being the author of that calendar. I
found it for free. Can't recall the place, but the source code will
have that information on there.


I couldn't find the info in the source code.

Look at the source code of the first "include" file:
http://www.middletree.net/calendar/includes/calendar.js

it points to
http://students.infoiasi.ro/~mishoo/site/calendar.epl

at which you can find:
http://www.dynarch.com/projects/calendar/


Thanks
Jul 23 '05 #7
mt
"McKirahan" <Ne**@McKirahan .com> wrote in message
news:rJ******** ************@co mcast.com...
Clicking on Today doesn't populate your date field it just repositions the
calendar to today; click on today's date (e.g. "17") to populate your date
field .
Well, sometimes, it does populate the text box. For example, select a date
on one calendar, then go to another one and select Today, and it works.
Look at the author's page to see the options to include the time:
http://www.dynarch.com/demos/jscalendar/

The curent time would be the time on the client's computer and may not be
accurate at all.
I'll check it out. Thanks. Since 100% of users are on the company network,
their clocks are always updated.
You should probably hide your "iframe" as it looks bad the way it is now -- it shows some very short scrollbars with unreadable content.


Actually, that iframe isn't supposed to show at all. It's an ASP page with
just ASP code; server-side only. It is used to repopulate one of my other
deals when a certain function is called. I didn't include it in my sample
that I posted for this question, so it shows that error, which means it has
to show the scrollbars to show the VB error.

Jul 23 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1619
by: Steve Edwards | last post by:
A designer friend of mine is looking to create a web site for a group of people who share ownership of a property. The two things they would like to do would be to have a calendar function so the people could log in and schedule their time at the property, and a message board functionality to post messages for the other owners. It probably doesn't need to be something as complex as PHPBB, but just something simple for the owners. Does...
1
1744
by: MLH | last post by:
I had an MS Access app translated into a PHP - MySQL app. The purpose of porting the app was so the app could be run by websurfers right from their browsers. Knowing nothing of PHP, I am trying to determine why some users can see a calendar and others cannot. Below is a dump of a file named calendar.php. Its a 527 byte file. There's not enough information in the file to build a form as complex as the calendar that displays.
0
1587
by: infinull | last post by:
I am making a script that is a very complex Content Management system. it makes a UDM navigation bar and writes content and a title. i want it to write content other that just basic text, like a calendar or a guest-book, and to do it with an extension system, the page says what type of content it is and an extension file processes the info. the content file would hold, a title, the type of content it is using, and content, the content...
3
2004
by: Robert Los | last post by:
Hi, I am looking for some php/mysql scripts to set up a simple calendar for a school website. Most calendar scripts I have found are far to complex. The only functionality I want is that users (parents, personnel, children) can see the current calendar and that one person (the one who knows the password) can manage what is in the calendar. It would be nice if it is in Dutch or easy to translate. We have set up the website with PHP and...
4
6114
by: Rob Johnson | last post by:
I have an ASP.Net calendar feature which allows users to add events and configure whether or not they repeat at various frequencies (i.e, daily, weekly, monthly, Sat/Sun, etc.). What I'm looking for is some C# code that will calculate a date of "Every Other Week" based on a starting date and ending date. Example: If a user enters an event dated October 3, 2005 and would like it to repeat every other week until October 31, 2005, the code...
5
2657
by: Mark Olbert | last post by:
I just noticed something weird about the calendar control in ASPNET2. If you assign a value to SelectedDate that has a time component (e.g., 3/1/2007 10:37 AM), and you have a custom style for the selected day, the selected day will not be rendered using the custom style. Instead, the control acts like >>no<< date has been selected. I came across this when doing a SelectedDate='<%# Bind("date_field") %>', where the date_field is a datetime...
0
1404
by: renaissanceme | last post by:
Hi All, I've read a million posts on this topic, and I can't make heads or tails - I think because all the examples are a lot more complex than mine. I've got a guest suite in my condominium complex, and it can be booked via the strata council. Eventually, I would like this to be a web thing, with owners doing their own booking.
4
3003
by: Simon | last post by:
By default, days in the calendar control are simply displayed as numbers, I want to show some days in a different color in this control. What is the best way to do that? Thanks very much.
0
8440
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8355
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8781
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8638
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7381
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6191
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
1
2769
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2006
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1769
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.