I want a calendar which could allow us to select multiple dates like 1/4/2007,4/4/2007,5/4/2007 and so on.
The selected dates should be highlighted and displayed in a textbox or some other display.
I want a calendar which could allow us to select multiple dates like 1/4/2007,4/4/2007,5/4/2007 and so on.
The selected dates should be highlighted and displayed in a textbox or some other display.
Last edited by shiva; 05-18-2007 at 06:02 AM. Reason: it's vague
What calendar?
Displaying them in a textbox is quite easy.
something like--
onClick="document.forms.myform.mybox.value+='5/16/07';"
We need a lot more information to be able to help, though, since that is very vague.
Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
onClick="document.forms['myform'].elements['mybox'].value+='5/16/07';"
Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
Currently: enjoying the early holidays :)Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide
Bookmarks