-
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>
%<
'################################
-
-
This should probably be in the ASP forum.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks