Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

jsp

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
This application should show a calendar ..calendarDateInput.js is my javascript . HTML code below

Date of Birth :

<script type='text/javascript' src="calendarDateInput.js"></script>
<script>DateInput('orderdate', true, 'DD-MON-YYYY')</script>

I am able to retrieve the value in jsp . please help wat is the code to retrieve the values
[ July 23, 2008: Message edited by: Bear Bibeault ]
 
Bartender
Posts: 2856
10
Firefox Browser Fedora Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi kalpana rajendran welcome to Javaranch.
Please do not use your email id in the forum.
And UseAMeaningfulSubjectLine.
jsp is too generic to make sense.

And what do you mean by retrieve values? the calender.js will display a calender right?
 
    Bookmark Topic Watch Topic
  • New Topic