i have this type of code like
User:<select>
<option>Faculty</option>
<option>Student</option>
</select>
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
Reputation Points: 1014
Solved Threads: 446
Nearly a Senior Poster
Offline 3,258 posts
since Dec 2007