Results 1 to 4 of 4

Thread: Jason's input date calendar

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

    Default Jason's input date calendar

    1) Script Title: Jason's Date Input Calendar

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...oncalendar.htm

    3) Describe problem:

    I am a novice at Javascript. I am a database guy and am trying to enhance my forms. I have never used a pop up calendar before and am really interested. I am having a hard time figuring out how to get the data to submit to the table from the page when using the pop up calendar. Can anyone help?


    Thank you,
    Last edited by thetestingsite; 04-13-2007 at 10:46 PM. Reason: for formatting reasons

  2. #2
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    What pop-up calendar script are you using? If it is one off of Dynamic Drive, please post a link to it. Also, the code that you are having a problem with would be useful as well.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  3. #3
    Join Date
    Apr 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    This is the link to the script that I want to use

    http://www.dynamicdrive.com/dynamici...oncalendar.htm

    I mainly use Data access pages to create my sites. I just modify the background script.

    Thank you,

  4. #4
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    Sorry for the delayed response, but the script creates a hidden field in the form with the name that you define in this code:

    Code:
     <script>DateInput('orderdate', true, 'DD-MON-YYYY')</script>
    ("orderdate" is the hidden field that gets created) So you could call that variable in your script (or however you get the data from the form to the database)

    Without more information regarding the way you put the data to the db, there's nothing more that I can help you with.
    Hope this helps, nonetheless.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

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
  •