Results 1 to 1 of 1
Thread: Simple Shopping Cart Help
- 05-12-2007, 05:21 AM #1
Member
- Join Date
- May 2007
- Posts
- 6
- Rep Power
- 0
Simple Shopping Cart Help
<%@page contentType="text/html"%>
<%@page pageEncoding="UTF-8"%>
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>JSP Page</title>
</head>
<body>
<c:set var="picNames"
value="apple.png,cherry.png,pear.png,lemon.png" />
<table border="1">
<c:forEach var="" items="" varStatus="">
<tr><td>…………… </td>
<td> ………………….. </td>
<td>…………………… </td>
</tr>
</c:forEach>
</table>
</body>
</html>
I basically need to display one column for the no. , one column for the actual picture. and the last for the link.
Similar Threads
-
I need a simple programs
By mikau in forum New To JavaReplies: 2Last Post: 02-11-2008, 03:37 AM -
simple GUI
By dim_ath in forum New To JavaReplies: 3Last Post: 01-07-2008, 03:00 PM -
Probably a really simple question...
By ibanez270dx in forum New To JavaReplies: 0Last Post: 11-16-2007, 01:27 AM -
Cart of Purchase
By Marcus in forum Enterprise JavaBeans (EJB)Replies: 1Last Post: 07-06-2007, 05:16 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks