calender in jsp

2005-07-24 Thread Tony Smith
My jsp user interface contains one Textfield and
button beside the textfiled. If that button is clicked
, a calender should be displayed and the selected date
in that particular calender is to be displayed in the
textfield. 
how to do this in JSP?





Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: calender in jsp

2005-07-24 Thread Wendy Smoak

From: Tony Smith [EMAIL PROTECTED]

My jsp user interface contains one Textfield and
button beside the textfiled. If that button is clicked
, a calender should be displayed and the selected date
in that particular calender is to be displayed in the
textfield.
how to do this in JSP?


This one's easy.  You Google for 'JavaScript Calendar' and pick the one you 
like best. ;)  Let someone *else* deal with all the cross-browser 
compatibility problems.


I'm using an apparently abandoned one that Robert Husted wrote in 1999.  If 
it ever breaks, I'll probably switch to: 
http://www.dynarch.com/projects/calendar/


--
Wendy Smoak




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]