Validate Requested Link

windows

Guest
I am working on an internal web application using java/javaScript/jsp/html. When a user logs in they are validated against our database and given a list of available links on their home page.<br /><br />When they click on a link or if they try to type an address I would like to validate that against their userLinks session object.<br /><br />I have tried a jsp:include, but that didn't work. I tried making a form on the home page with method="post" and action="validRequestCheck.jsp" and that didn't work either.<br /><br />If more info is needed, please let me know. Thank you!
</div>
 
Top