Results 1 to 3 of 3

Thread: How to pass orderdate to db

  1. #1
    Join Date
    Aug 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question How to pass orderdate to db

    1) Script Title:
    Jason's Date Input Calendar
    2) Script URL (on DD):
    http://www.dynamicdrive.com/dynamici...oncalendar.htm
    3) Describe problem:
    Using frontpage2003, this script and access

    I want to capture orderdate and map it to a column in the db... i can't figure out how to do that... the orderdate field doesn't show up in the properties of the form, i know its there i see it on the confirmation page, it doesn't show up as a hidden one either...

    whats the secret here?

  2. #2
    Join Date
    Aug 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    sigh im so lost

  3. #3
    Join Date
    Aug 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default help please

    My biggest problem is I dont know how to put the orderdate variable in something else like this...


    <INPUT TYPE=hidden NAME=datedue VALUE=<%=Request.Form("this.form.orderdate.value")%>>

    or

    <INPUT TYPE=hidden NAME=datedue VALUE=<%=Request.Form("orderdate")%>>

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
  •