View Single Post
  #1  
Old 07-24-2009, 12:39 AM
peggie1990 peggie1990 is offline
New Member
 
Join Date: Jul 2009
Posts: 9
Default 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 with like for loop that is embedded inside the jsp or is it using swich case?

Thanks
Reply With Quote