Forum: JSP Jul 30th, 2006 |
| Replies: 3 Views: 45,478 thanks, guy you are really kind |
Forum: JSP Jul 28th, 2006 |
| Replies: 3 Views: 45,478 Hi, all
Can anybody tell me how to get the current date in a java program?
And, I want to insert the date into a database with a date/time format, is there any difference from insert a... |
Forum: JSP Jul 28th, 2006 |
| Replies: 7 Views: 12,265 Thanks for your help, guy
I think I already find the solution.
first, create a form with a hidden input like this
<form name=form method=post action=anypage><input type=hidden value=xxx ... |
Forum: JSP Jul 27th, 2006 |
| Replies: 7 Views: 12,265 ok
generelly, what i'm trying to do is to set up a simple mail server using java servlet as well as jsp
Now, my program can already show the subjects of all the mails in the inbox(this page... |
Forum: JSP Jul 27th, 2006 |
| Replies: 7 Views: 12,265 Hi, peter
thanks for your reply
I see some tutorial on net about javabean, but I found it's a bit complicated for me now.
Can I just simply use a hyperlink like this <a... |
Forum: JSP Jul 27th, 2006 |
| Replies: 7 Views: 12,265 Hi, all
What I am trying to do is to put a hyperlink on my jsp page. Then, when I click on the link, I will come to the linked page and as well the page can get some info from the jsp page.
... |