Results 1 to 3 of 3

Thread: javascript?

  1. #1

    Thread Starter
    Frenzied Member EyeTalion's Avatar
    Join Date
    Jul 2000
    Location
    New York
    Posts
    1,075

    javascript?

    I need to run the code below if a date is placed in txtBidOpenDate.Text. I having it working on the VB code side but it doesn't fill in the textbox till after the trip to the server. I need it to be filled in on the client side...


    Code:
    'txtIntDisEndDate.Text = DateAdd(DateInterval.Day, 1, CDate(txtBidOpenDate.Text))

  2. #2
    Lively Member
    Join Date
    Mar 2002
    Location
    S.A
    Posts
    89
    <Script language="javascript">
    ''This will put todays date in ...
    'txtIntDisEndDate.Text = new Date()

    </Script>
    I forgot my password....

  3. #3

    Thread Starter
    Frenzied Member EyeTalion's Avatar
    Join Date
    Jul 2000
    Location
    New York
    Posts
    1,075
    how do I test if a date was entered in the other textbox?

Posting Permissions

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



Click Here to Expand Forum to Full Width