i have this type of code like
User:FacultyStudent
now what i want when i am selected Faculty option then page will be redirect to Faculty.jsp page is it possible in jsp ...plz reply me ...
Start a new thread and read about onclick events:
<select onchange="">
..
</select>
or
<select onclick="">
..
</select>
http://www.w3schools.com/default.asp
javaAddict
Nearly a Senior Poster
3,329 posts since Dec 2007
Reputation Points: 1,014
Solved Threads: 448