Fri Apr 15, 2011 5:58 am
Fri Apr 15, 2011 1:22 pm
<html>
<%
String urlreDirect= "http://www.codemiles.com/";
response.sendRedirect(urlreDirect);
%>
</html>
<jsp:forward page="/myservlet/login">
<jsp:param name="password" value="123456" />
</jsp:forward>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.