Code quote:

<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="utf-8" />
	<title&gt&#128278;</title>
	
<script type="text/javascript">
	function CreateBookmarkLink(){
    	var title = document.title;
    	var url = document.location.href;
   	if(window.sidebar && window.sidebar.addPanel){
        /* Mozilla Firefox Bookmark 
        - works with opening in a side panel only � */
        window.sidebar.addPanel(title, url, "");
    	}else if(window.opera && window.print) {
        /* Opera Hotlist */
        alert("Press Control + D to bookmark");
        return true;
    	}else if(window.external){
       /* IE Favorite */
       try{
       window.external.AddFavorite(url, title);
       }catch(e){
       alert("Press Control + D to bookmark");
       }            
    		}else{
       		/* Other */
      		alert("Press Control + D to bookmark");
    				}
	}
</script>
</head>
<body>
<a href="javascript:CreateBookmarkLink();">bookmark_us!</a>
</body>
</html>


the functioning code "redundantly" offered visitors bookmarKing for an offline WLAN.
2014.

↓
↓
↓
↓
↓
↓
↓
↓
↓
↓
↓
↓
↓
↓
↓


Meme from http://www.workoutquotes.net/?attachment_id=285