<%@ page import="com.csc.library.entry.*,com.csc.library.utilities.*,com.csc.library.session.*" contentType="text/html;charset=UTF-8"%> <jsp:useBean id="REC201V" scope="page" class="com.csc.library.system.Task"/> <jsp:useBean id="REC201R" scope="page" class="com.csc.library.system.Task"/> <jsp:setProperty name="REC201V" property="appname" value="recruit" /> <jsp:setProperty name="REC201R" property="appname" value="recruit" /> <html> <head> <title>Applicant Information</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="../CSS/TISCO.css" rel="stylesheet" type="text/css"> <script language="JavaScript" > function forwardRec201(){ with( document.cscform ){ var local=window.location+""; var targetlink=local.substring(local.indexOf("?"),local.length); window.location="./REC201_PHATRA.jsp"+targetlink+"&__setpage=view"; } } </script> </head> <body onLoad="forwardRec201();" > <form name="cscform" method="post" action="REC201.jsp"></form> </body> </html>