userMenu.jsp
上传用户:u_thks
上传日期:2022-07-31
资源大小:1910k
文件大小:1k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

Java

  1. <%@ page language="java" contentType="text/html;charset=UTF-8"
  2.  errorPage="err.jsp" %>
  3. <table width="99%" border="0" align="center" cellpadding="2" cellspacing="2">
  4. <tr><td>
  5. <a href="userBox.jsp?act=take" target="_self"><img src="GVimgs/userBox/take.gif" border="0" /></a>
  6. <a href="userBox.jsp?act=send" target="_self"><img src="GVimgs/userBox/send.gif" border="0" /></a>
  7. <a href="userBox.jsp?act=save" target="_self"><img src="GVimgs/userBox/save.gif" border="0" /></a>
  8. <a href="userBox.jsp?act=write" target="_self"><img src="GVimgs/userBox/write.gif" border="0" /></a>
  9. <a href="userMyTopic.jsp?act=write" target="_self"><img src="GVimgs/userBox/myTopic.gif" border="0" /></a>
  10. <a href="myFriends.jsp" target="_self"><img src="GVimgs/userBox/myFriend.gif" border="0" /></a>
  11. </td>
  12.   </tr>
  13. </table>