473,508 Members | 2,140 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 1520

"middletree" <mi********@gmail.com> wrote in message
news:11********************@c13g2000cwb.googlegrou ps.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********@gmail.com> wrote in message
news:11**********************@z14g2000cwz.googlegr oups.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*****@hotmail.com> wrote in message
news:10*************@corp.supernews.com...

"middletree" <mi********@gmail.com> wrote in message
news:11**********************@z14g2000cwz.googlegr oups.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********@gmail.com> wrote in message
news:11********************@c13g2000cwb.googlegrou ps.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********************@comcast.com...
"Josh" <jo*****@hotmail.com> wrote in message
news:10*************@corp.supernews.com...

"middletree" <mi********@gmail.com> wrote in message
news:11**********************@z14g2000cwz.googlegr oups.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********************@comcast.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
1611
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...
1
1738
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...
0
1581
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...
3
1995
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...
4
6104
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...
5
2651
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...
0
1393
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...
4
2999
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
7332
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7393
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...
1
7058
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7502
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...
1
5057
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...
0
4715
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
1565
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 ...
1
769
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
426
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...

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.