| Author |
two forms in the same page, how to?
|
majid nakit
Ranch Hand
Joined: Jun 26, 2001
Posts: 160
|
|
I am trying to have a jsp page :
Enter user to get information:
User : ........... Go button
when the user press Go button
the same page will show information about that user from the database that has another submit button.
please your help is appreciated.
thanks
|
 |
David Newton
Author
Rancher
Joined: Sep 29, 2008
Posts: 12617
|
posted

0
|
|
I'm not sure what the question is.
|
 |
majid nakit
Ranch Hand
Joined: Jun 26, 2001
Posts: 160
|
|
Hi david,
my question was I want the form :
textfield and Find button
and the results be in the same page.
thanks
|
 |
David Newton
Author
Rancher
Joined: Sep 29, 2008
Posts: 12617
|
posted

0
|
|
You'll probably need to use Ajax, then, if you're interested in getting the results back without refreshing the entire page.
|
 |
 |
|
|
subject: two forms in the same page, how to?
|
|
|