Search results

  1. P

    Search cannot be hyperlink to specific description:(

    Hey guys do you know how to like click on the productId and it will go to speccific product Description. Above one is my search servlets:) package sg.edu.nyp.feppz; import javax.servlet.*; import javax.servlet.http.*; import java.io.IOException; import java.io.PrintWriter; import...
  2. P

    Search

    Hey guys, can help me with the serach cause I do not know how to proceed from here. Thanks. For example in the Search engine page right, I click in 4101, the 4101 record will be shown. If I click 3101, It will display no reocords. However, I dont know how to continue:( This is my...
  3. P

    Using for loop or switch case:)

    Hey guys do you have any link that like for example: The user enter number 1 in the textfield and when onclick right, it will show the number 1 image on another jsp page. And if the user enter number 2, it will show the number 2 image. I placed the images in database. Is it something to do...
  4. P

    Examples of using servlets to search and display the details from database.

    Hey guys do yo have any great examples of link that enables me to search the productid from database using servlets and jsp and then display all the information from the database, so that if there is any wrong info I can edit from it:) Thanks:)
  5. P

    Displaying images four by four

    i see i see:) Thanks:)
  6. P

    Displaying images four by four

    Hey sorry I dont really get what you mean:( Would you mind explaining more:) Thanks:)
  7. P

    Displaying images four by four

    Displaying blob images from database instead of the url. Hey guys do you have any idea on displaying blob images from the database instead of displaying the blob url path.And the images display should come with the details like the image is yellow beanie, the color is yellow... This is my...
  8. P

    Displaying images four by four

    Hey guys thanks:) Its amazing:) Thanks:D
  9. P

    Displaying images four by four

    Hey guys do you know how to display images four by four. I try to edit in my code. But fail and ends up the images is a long row. Can you guys help me check what's the problem? Thanks:) <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%>...
Top