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

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -