its about buttons events problem plss help its in jsp on netbeans
hi i new in jsp , i m creating a website and i want to know that ... i m having 2 buttons in my form in the click of one button i want to go to for ex: in registration page & in the click of second button i want to go to home page how it can be done plsss help me its very urjent
Re: its about buttons events problem plss help its in jsp on netbeans
Please see the link in my signature on asking questions the smart way. For example, expressing your urgency only makes you seem impatient, and using abbreviations like "plsss" only makes you seem lazy. Best to express yourself more clearly and be patient.
This is more a question about html than it is about JSP. But you either need to put your buttons in distinct forms, or you can use which button is pressed to redirect to the proper page from your handler.
Re: its about buttons events problem plss help its in jsp on netbeans
Please paste your code !! And be more specific with your problem !