Results 1 to 3 of 3

Thread: multiple date selector

  1. #1
    Join Date
    May 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Smile multiple date selector

    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

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    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

  3. #3
    Join Date
    May 2006
    Location
    Sydney, Australia - Near the coast.
    Posts
    1,995
    Thanks
    0
    Thanked 8 Times in 7 Posts

    Default

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •