Forum: JSP Apr 21st, 2006 |
| Replies: 6 Views: 10,186 you could also break the page into two pages.Basically, you could have the page call itself. Like if you wanted to insert username and password into your database, you could do this (this is just... |
Forum: JSP Apr 21st, 2006 |
| Replies: 9 Views: 17,487 |
Forum: JSP Apr 21st, 2006 |
| Replies: 1 Views: 11,795 If I'm not mistaking, you may be refering to AJAX, which is a language that you may deem difficult. Otherwise, you will have to use javascript to start a function that will hit the database every... |