Dec 13, 2000 #1 achen Programmer Jul 21, 2000 11 US I would like to embed a Java Servlet under an image. So when a user click that image, the Servlet will be executed. How can I do that? <img src='/image/pat.gif' width='57' height='56'>
I would like to embed a Java Servlet under an image. So when a user click that image, the Servlet will be executed. How can I do that? <img src='/image/pat.gif' width='57' height='56'>
Dec 13, 2000 #2 palbano Programmer Oct 9, 1998 4,341 US <a href="myservlet"><img src='/image/pat.gif' width='57' height='56'></a> Good luck -pete Upvote 0 Downvote