Results 1 to 2 of 2

Thread: calender date java plugin passing a varriable/database value arrrgh doesnt work

  1. #1
    Join Date
    Jul 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default calender date java plugin passing a varriable/database value arrrgh doesnt work

    Howdy

    Newby camacazi again , i have this calender script added to my code , but i cant pass to it my a variable or a database result ,so i can pass it on to my next form .... see below

    '####################################
    dim tempq
    tempq=rsConn.Fields("QuestionNo") & "B"
    %>

    <script>DateInput(tempq , true, 'YYYYMMDD')</script>
    %<


    '################################

    the code above doesnt work .....! it works if i do this

    '####################################
    %>

    <script>DateInput( 'n' , true, 'YYYYMMDD')</script>
    %<


    '################################
    But value 'n' wont be recognized by my next form because it dips into the database like the example no 1.

    The problem is i need the "DateInput function/script - variable" to be the same as my "database result/variable"

    any ideas
    ?
    Camacazi


    ps this didnt work either

    '####################################
    %>

    <script>DateInput(<%Response.Write(rsConn.Fields("QuestionNo") & "B")%> , true, 'YYYYMMDD')</script>
    %<


    '################################

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    This should probably be in the ASP forum.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

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
  •