I have a login.html file which accepts the username and that is sent to login.jsp file that processes the data further. This username is sent via form tag. Code for the above is and with this i am using the submit and reset buttons. Now there is an other file (search.jsp) that also needs the same username. Can i write 2 form tags in the same login.html file with one for login.jsp and the other for search.jsp ?I have a login.html file which accepts the user