I wrote this code :
<html>
<head>
<title>Long Press</title>
</head>
<body>
<div id="refresh_page">
<button>long press to refresh</button>
</div>
</body>
</html>
I want to do that long press on button
by mouse to refresh the page.but without using javascript.
Can any one help me ?