Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.79K
~5K People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for ranjanj2me

<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <%@taglib uri="http://www.springframework.org/tags/form" prefix="s"%> <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>Insert title here</title> </head> <body> <s:form> <table align="center"> <tr style="height: 60px"> <td style="width: 100px;" align="left">File Id</td> <td style="width: 100px;" align="left">File Name</td> <td style="width: 100px;" …

Member Avatar for happygeek
0
5K

The End.