is this possible to bookmark a page with html button?
<button>Bookmark This page</button>
function onclickfunction(){
alert('Press Ctrl + D to bookmark this page');
}
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<button onclick="onclickfunction()">Bookmark this page</button>
this code instruct you to how to bookmark a page in chrome. but i want to open a dialog box where we press finished in google chrome.