If anybody want java bookmark for site
contact me..
price 10 $
contact me..
price 10 $
<html>
<head>
<SCRIPT>
function bookmark(){
if(window.external){
window.external.AddFavorite("http://site.con","Title Of Site.con")
}else{
alert("Your browser does not support this Function.");
}
}
</SCRIPT>
</head>
<body>
<a href="javascript:bookmark()">Bookmark This Site</a><br/>
</body>
</html>
<html>
<head>
<SCRIPT>
function bookmark(){
if(window.external){
window.external.AddFavorite("http://site.con","Title Of Site.con")
}else{
alert("Your browser does not support this Function.");
}
}
</SCRIPT>
</head>
<body>
<a href="javascript:bookmark()">Bookmark This Site</a><br/>
</body>
</html>
<html>
<head>
<SCRIPT>
function bookmark(){
if(window.external){
window.external.AddFavorite(window.location.href,document.title);
}else{
alert("Your browser does not support this Function.");
}
}
</SCRIPT>
</head>
<body>
<a href="javascript:bookmark()">Bookmark This Site</a><br/>
</body>
</html>
Comment