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

Ansible warning on jinja2 braces on when -

Parsing a protocol message from Go by Java -

html - How to custom Bootstrap grid height? -