Why not use imagemaps?  These can be handled from either the server
or client side.  You can write a servlet or jsp to generate the map
automatically if need be.

william reynoso wrote:

Hello,
I have a servlet that serve image from a data base and manage clicks over this images, getting the url where to go from data base to.

ej:
<a href="http://www.simage.com/manaclick";>
<img src="http://www.simage.com/serveimage";>
</a>

Up to now it was working fine, on the serveimage servlet I place a cookie with de image id, so, when the image is clicked, in the manageclick servlet i can read the image id that was clicked and find de url where to go.
My problem is when a browser do not support cookies.
What can I do ?

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html



___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to