Forum: Posting Games Sep 21st, 2006 |
| Replies: 301 Views: 35,658 |
Forum: Software Development Job Offers Sep 21st, 2006 |
| Replies: 6 Views: 3,019 |
Forum: JSP Sep 21st, 2006 |
| Replies: 2 Views: 19,006 i have a suggestion create an arraylist,.. upon retrieving the values for the first dropown, store your needed values in the arraylistso that when you close the connection you can use arraylist in... |
Forum: JSP Sep 21st, 2006 |
| Replies: 2 Views: 9,816 |
Forum: JSP Sep 21st, 2006 |
| Replies: 7 Views: 11,538 i have a suggestion a shorter line for the null hope it helps
Code:
if (username.length() <= -1) {
}
i suggest you create a javascript for validation. so that required fields all have a... |
Forum: JSP Sep 21st, 2006 |
| Replies: 14 Views: 36,709 i too have a shorter method maybe you wanna try it out.
i also use a hidden variable and i retrive it using scriplet,.. i am still a newbie am 19 but i hope this helps. ^_^ here it is
<script> ... |