| View previous topic :: View next topic |
| Author |
Message |
rojanu Guru


Joined: 02 Feb 2004 Posts: 361 Location: London
|
Posted: Fri Jul 07, 2006 10:28 am Post subject: Help with a web page |
|
|
Hi!
I am trying to develop a web page with jsp. I need to have an input field but only accepts numbers and I need date field which has a pop calendar attached to it.
Can anyone point me to a howto or similar.
Thanks _________________ "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." --- Martin Fowler,
Linux User: #416714 |
|
| Back to top |
|
 |
goldfish n00b


Joined: 02 Jul 2003 Posts: 48 Location: Finland
|
Posted: Fri Jul 07, 2006 10:49 am Post subject: |
|
|
You could use regural expressions for the number field and check if you can find a calendar app from some jsp source repositorys. _________________ one life. countless ways to live it. |
|
| Back to top |
|
 |
rojanu Guru


Joined: 02 Feb 2004 Posts: 361 Location: London
|
Posted: Fri Jul 07, 2006 4:20 pm Post subject: |
|
|
Well I think I have been misunderstood I am developing with JSP but calendar and input don't have to be in JSP can be with html, JavaScript or anythingelse that I can mix with JSP
Thanks again _________________ "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." --- Martin Fowler,
Linux User: #416714 |
|
| Back to top |
|
 |
|