--------------------------------------------------------
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<script>
$(document).keydown(function(e) {
if (e.which == 116) {
alert("ctrl+f5");
location.reload(true);
}
});
</script>
--------------------------------------------------------
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<script>
$(document).keydown(function(e) {
if (e.which == 116) {
alert("ctrl+f5");
location.reload(true);
}
});
</script>
--------------------------------------------------------
No comments:
Post a Comment