- Joined
- Jun 14, 2011
- Messages
- 1
- Reaction score
- 0
I am new to JSP, and I am trying to create a few multiple buttons that are horizontal
Below is my code, however it only works for the first link action… Actually, the 2nd Link action (Breports.jsp, execute the 1st Link action (Areports.jsp).
<FORM METHOD="LINK" ACTION="./GroupAReports/AReports.jsp"><INPUT TYPE="submit" VALUE="Group A Reports">
<FORM METHOD="LINK" ACTION="./GroupBReports/BReports.jsp"><INPUT TYPE="submit" VALUE="Group B Reports">
</FORM>
Thank you
Below is my code, however it only works for the first link action… Actually, the 2nd Link action (Breports.jsp, execute the 1st Link action (Areports.jsp).
<FORM METHOD="LINK" ACTION="./GroupAReports/AReports.jsp"><INPUT TYPE="submit" VALUE="Group A Reports">
<FORM METHOD="LINK" ACTION="./GroupBReports/BReports.jsp"><INPUT TYPE="submit" VALUE="Group B Reports">
</FORM>
Thank you