| Author |
Drop-down calendar...
|
Sara Jahan
Ranch Hand
Joined: Apr 20, 2003
Posts: 120
|
|
... without using Javascript. Is that possible? I am using plain JSP. No struts. Any input would be really appreciated. Enjoy! Sara
|
 |
Himanshu Bisht
Ranch Hand
Joined: Aug 27, 2004
Posts: 96
|
|
Well definetly it is possible. You open another window(jsp page) on click event and implement you calander logic in the jsp page.As soon an user selects a particular date, pass that value to the parent window. But it will be too much of an effort for a task which, otherwise, can very easily be implemented using javascript.It will be faster and easy to use too. [ February 13, 2006: Message edited by: Himanshu Bisht ]
|
 |
 |
|
|
subject: Drop-down calendar...
|
|
|