Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2014
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <a href="CancelRequest?userid=<%=idperson%>&userrnamee=<%=namee%>" onclick="return confirm('Are you sure you want to cancel the request?');">
  2. <input type="submit" value="CANCEL REQUEST"></input>
  3. </a>
  4.  
  5. <input type="button" value="ADDUSER" class="button"
  6. onclick="location.href='UserController?action=insert'"/></p>
  7.  
  8. <input type="button" value="BACK" class="button"
  9. onclick="location.href='employeeCategory.jsp'" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement