Re: Javascript Calendar Deeley

2007-08-06 Thread Dinner
I've got a function for this: http://sourceforge.net/projects/jscalendar

Which makes it pretty easy:
input type=text id=datesome#jscalendar(datesome)#

You could write one pretty fast (or have mine, of course).
__
Guess I should put it out at cflib.org- since there's this nifty little
list here in CFEclipse... (freaking AWESOME, BTW!  Woot!)

On 8/6/07, robert.rawlins wrote:
 Chaps,

 I know that CF has this stuff built in, but I'm not running it in
 production quite yet and need an old school solution. I need a little date
 selector calendar for my forms, similar to those for the datefield in the
 flash forms, only a JS/DHTML version which can be used on a standard form.

 Now, I've seen loads of them about but wanted your thoughts on the best
 ones, I want somthing clean and accessible which can be implemented nicely
 without excessive code.

 Thanks guys, look foward to getting your ideas,

 Rob



 

~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finderproductID=1522loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:285541
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Javascript Calendar

2002-01-07 Thread Shawn Grover

There's one at http://www.mattkruse.com/ that works great.  I think 
it's
better than the CF_Calander tag, but it is a bit tougher to get set up.

Shawn Grover

-Original Message-
From: W Luke [mailto:[EMAIL PROTECTED]]
Sent: Saturday, January 05, 2002 4:28 PM
To: CF-Talk
Subject: Re: Javascript Calendar


There are a few in the gallery too IIRC that work really well.  Sure 
someone
mentioned one flash-based one as well.

Will

- Original Message -
From: Tom Nunamaker [EMAIL PROTECTED]
Newsgroups: gradwell.lists.cftalk
Sent: Saturday, January 05, 2002 11:26 PM
Subject: FW: Javascript Calendar


 Neil

 I modified some code that was on Netscape's site a few years ago. 
Other
 people
 has also used it I'm sure, but here's my version that's been working 
great
 for
 quite a while:

 http://www.morervs.com/code/calendar/

 Regards

 Tom Nunamaker
 [EMAIL PROTECTED]
 General Partner
 RVC Enterprises / Aeromir.com
 Macromedia Certified Advanced ColdFusion 5.0 Developer
 http://www.morervs.com/


 -Original Message-
 From: Neil H. [mailto:[EMAIL PROTECTED]]
 Sent: Saturday, January 05, 2002 3:33 PM
 To: CF-Talk
 Subject: Javascript Calendar


 I am looking for a calendar that will pop up upon clicking on a link 
and
 then it will circle today's date and if I click on a date it will 
fill in
 the calling pages form.  I know this has to be canned somewhere.

 If someone knows please let me have a link.

 Thanks everyone, and happy new year.

 Neil

 

__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Javascript Calendar

2002-01-07 Thread Andre Turrettini

Theres a very nice looking flash calendar on the allaire site too.  
Though
I'm not sure if its parameters are set by cf or internally by flash.  
DRE

-Original Message-
From: W Luke [mailto:[EMAIL PROTECTED]]
Sent: Saturday, January 05, 2002 4:28 PM
To: CF-Talk
Subject: Re: Javascript Calendar


There are a few in the gallery too IIRC that work really well.  Sure 
someone
mentioned one flash-based one as well.

Will

- Original Message -
From: Tom Nunamaker [EMAIL PROTECTED]
Newsgroups: gradwell.lists.cftalk
Sent: Saturday, January 05, 2002 11:26 PM
Subject: FW: Javascript Calendar


 Neil

 I modified some code that was on Netscape's site a few years ago. 
Other
 people
 has also used it I'm sure, but here's my version that's been working 
great
 for
 quite a while:

 http://www.morervs.com/code/calendar/

 Regards

 Tom Nunamaker
 [EMAIL PROTECTED]
 General Partner
 RVC Enterprises / Aeromir.com
 Macromedia Certified Advanced ColdFusion 5.0 Developer
 http://www.morervs.com/


 -Original Message-
 From: Neil H. [mailto:[EMAIL PROTECTED]]
 Sent: Saturday, January 05, 2002 3:33 PM
 To: CF-Talk
 Subject: Javascript Calendar


 I am looking for a calendar that will pop up upon clicking on a link 
and
 then it will circle today's date and if I click on a date it will 
fill in
 the calling pages form.  I know this has to be canned somewhere.

 If someone knows please let me have a link.

 Thanks everyone, and happy new year.

 Neil

 

__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Javascript Calendar

2002-01-07 Thread Ron Hornbaker

 http://www.vawter.com/test/calendar.html

 I made one yesterday that pops up but does't use a new window.
 No CF in code so if you want it just snag the source.


 Works great in IE and NS6 and is functional in NS4.7

That's very slick, Don. Have you attempted yet to squash the bugs with
NS4x, and make it have background colors with NS6?

-Ron

__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Javascript Calendar

2002-01-07 Thread Don Vawter

NS4 is really tough because each layer has it's own document and is
essentially useless when you have form fields. I think the solution is to
detect the browser and if NS4 open a window instead and no I haven't done
that yet.
I don't understand your comment on NS6. I am using 6.2 here and the calendar
appears the same in IE as NS except NS border is slightly thinner.
Background colors of silver and aqua show up here. What are you seeing? Send
me a screenshoft off list.


- Original Message -
From: Ron Hornbaker [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, January 07, 2002 12:52 PM
Subject: RE: Javascript Calendar


  http://www.vawter.com/test/calendar.html
 
  I made one yesterday that pops up but does't use a new window.
  No CF in code so if you want it just snag the source.
 
 
  Works great in IE and NS6 and is functional in NS4.7

 That's very slick, Don. Have you attempted yet to squash the bugs with
 NS4x, and make it have background colors with NS6?

 -Ron

 
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Javascript Calendar

2002-01-06 Thread Don Vawter

http://www.vawter.com/test/calendar.html

I made one yesterday that pops up but does't use a new window.
No CF in code so if you want it just snag the source.


Works great in IE and NS6 and is functional in NS4.7

Don

- Original Message -
From: Jon Hall [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Saturday, January 05, 2002 10:45 PM
Subject: Re: Javascript Calendar


 http://www.mattkruse.com/javascript/calendarpopup/

 jon

 Neil H. wrote:

 I am looking for a calendar that will pop up upon clicking on a link and
 then it will circle today's date and if I click on a date it will fill i
 n
 the calling pages form.  I know this has to be canned somewhere.
 
 If someone knows please let me have a link.
 
 Thanks everyone, and happy new year.
 
 Neil
 
 
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Javascript Calendar

2002-01-05 Thread Steven Dworman

does it have to be javascript?  i have a cf calender that does what you're
looking for.

- Original Message -
From: Neil H. [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Saturday, January 05, 2002 4:32 PM
Subject: Javascript Calendar


 I am looking for a calendar that will pop up upon clicking on a link and
 then it will circle today's date and if I click on a date it will fill in
 the calling pages form.  I know this has to be canned somewhere.

 If someone knows please let me have a link.

 Thanks everyone, and happy new year.

 Neil
 
__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Javascript Calendar

2002-01-05 Thread Neil H .

Will it populate the form without going to a new page?  I wanted JavaScript
to populate the form?

Neil

- Original Message -
From: Steven Dworman [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Saturday, January 05, 2002 4:30 PM
Subject: Re: Javascript Calendar


 does it have to be javascript?  i have a cf calender that does what you're
 looking for.

 - Original Message -
 From: Neil H. [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Saturday, January 05, 2002 4:32 PM
 Subject: Javascript Calendar


  I am looking for a calendar that will pop up upon clicking on a link and
  then it will circle today's date and if I click on a date it will fill
in
  the calling pages form.  I know this has to be canned somewhere.
 
  If someone knows please let me have a link.
 
  Thanks everyone, and happy new year.
 
  Neil
 
 
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Javascript Calendar

2002-01-05 Thread Steven Dworman

you can set it up to do that.  i'll send you the code on monday when i get
to my office.  you can take a look and see if it's what you need.

- Original Message -
From: Neil H. [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Saturday, January 05, 2002 4:48 PM
Subject: Re: Javascript Calendar


 Will it populate the form without going to a new page?  I wanted
JavaScript
 to populate the form?

 Neil

 - Original Message -
 From: Steven Dworman [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Saturday, January 05, 2002 4:30 PM
 Subject: Re: Javascript Calendar


  does it have to be javascript?  i have a cf calender that does what
you're
  looking for.
 
  - Original Message -
  From: Neil H. [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Sent: Saturday, January 05, 2002 4:32 PM
  Subject: Javascript Calendar
 
 
   I am looking for a calendar that will pop up upon clicking on a link
and
   then it will circle today's date and if I click on a date it will fill
 in
   the calling pages form.  I know this has to be canned somewhere.
  
   If someone knows please let me have a link.
  
   Thanks everyone, and happy new year.
  
   Neil
  
 
 
__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Javascript Calendar

2002-01-05 Thread W Luke

There are a few in the gallery too IIRC that work really well.  Sure someone
mentioned one flash-based one as well.

Will

- Original Message -
From: Tom Nunamaker [EMAIL PROTECTED]
Newsgroups: gradwell.lists.cftalk
Sent: Saturday, January 05, 2002 11:26 PM
Subject: FW: Javascript Calendar


 Neil

 I modified some code that was on Netscape's site a few years ago. Other
 people
 has also used it I'm sure, but here's my version that's been working great
 for
 quite a while:

 http://www.morervs.com/code/calendar/

 Regards

 Tom Nunamaker
 [EMAIL PROTECTED]
 General Partner
 RVC Enterprises / Aeromir.com
 Macromedia Certified Advanced ColdFusion 5.0 Developer
 http://www.morervs.com/


 -Original Message-
 From: Neil H. [mailto:[EMAIL PROTECTED]]
 Sent: Saturday, January 05, 2002 3:33 PM
 To: CF-Talk
 Subject: Javascript Calendar


 I am looking for a calendar that will pop up upon clicking on a link and
 then it will circle today's date and if I click on a date it will fill in
 the calling pages form.  I know this has to be canned somewhere.

 If someone knows please let me have a link.

 Thanks everyone, and happy new year.

 Neil

 
__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Javascript Calendar

2002-01-05 Thread Jon Hall

http://www.mattkruse.com/javascript/calendarpopup/

jon

Neil H. wrote:

I am looking for a calendar that will pop up upon clicking on a link and
then it will circle today's date and if I click on a date it will fill i
n
the calling pages form.  I know this has to be canned somewhere.

If someone knows please let me have a link.

Thanks everyone, and happy new year.

Neil

__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists