Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

use html form info for different jsp page?

Hi,guys
I have a html form with two radio buttons(one indicating normal user,the other indicating administrator) in the login UI, if i want to enter into the normal user jsp UI,then just click normal user radio button, else when i click administrator radio button, i should able to enter into the administrator jsp UI,how to code that? Thanks.
[353 byte] By [JBengonsen] at [2007-11-11 8:16:20]
# 1 Re: use html form info for different jsp page?
Set a different value for some hidden field based on the radio button selection. On submitting, you can process and redirect to a different page based on this value.
aniseed at 2007-11-11 22:35:59 >