How to insert local like button in JSP pages? -
i want make art gallery , insert button below uploaded pictures.i want make buttons in such way local registered users , like/dislike pictures. suggest code based on jsp(servlets) can deployed on eclipse(ide).
you can this:
<button type="button" onclick="location = 'yourservlet'" src="yourlikeimage.png">like</button>
Comments
Post a Comment