Thank u for reply

this my code

<%@ page contentType="text/html; charset=iso-8859-1" language="java"
import="java.sql.*,java.util.*,java.text.*" %>
<%
DateFormat dateformat1 = new SimpleDateFormat("EEEEEEEEE MMM dd
yyyy");
java.util.Date date1 = new java.util.Date();
String time1 = dateformat1.format(date1);
out.print(time1);

String login_id="test";

String msg4="<input type=\"hidden\" name=\"login_id\" value="+login_id
+" ><input type=\"hidden\" name=\"time1\" value="+time1+" ><a href=
\"http://someurl.com/test.jsp?login_id="; + login_id +
"&time1="+time1+"\" >Link to download</a><BR><BR>";
%>



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Java 
EE (J2EE) Programming with Passion!" group.
To post to this group, send email to 
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to 
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to