Calendar

I

Issa70

Anyone knows where I can get a Calendar to be used to set a date for a
reservation. I put a form in my site to accept a reservation, and I'd like to
put a calendar maybe in the form where someone would click on the date they
want and that gets sent in along with the form.
thanks in advance.
 
S

Stefan B Rusynko

See http://www.javascriptkit.com/script/script2/tengcalendar.shtml

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| Anyone knows where I can get a Calendar to be used to set a date for a
| reservation. I put a form in my site to accept a reservation, and I'd like to
| put a calendar maybe in the form where someone would click on the date they
| want and that gets sent in along with the form.
| thanks in advance.
 
I

Issa70

Stefan, thanks very much man. Very helpful. I put the code in my site and it
works fine. Quick question: I built a reservation form and I currently built
a calendar using just simple drop down boxes for month/day/year and time...
can I replace this drop down calendar I built with this Java calendar to be
included as a part of my form which can then be submitted with the form to an
email address?

Thanks again, the site is great and your recommendation was perfect.
Issa
 
S

Stefan B Rusynko

Yes replace all 3 dropdowns w/ whichever calendar link you want

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| Stefan, thanks very much man. Very helpful. I put the code in my site and it
| works fine. Quick question: I built a reservation form and I currently built
| a calendar using just simple drop down boxes for month/day/year and time...
| can I replace this drop down calendar I built with this Java calendar to be
| included as a part of my form which can then be submitted with the form to an
| email address?
|
| Thanks again, the site is great and your recommendation was perfect.
| Issa
|
|
| "Issa70" wrote:
|
| > Anyone knows where I can get a Calendar to be used to set a date for a
| > reservation. I put a form in my site to accept a reservation, and I'd like to
| > put a calendar maybe in the form where someone would click on the date they
| > want and that gets sent in along with the form.
| > thanks in advance.
 
Top