Best viewed in 1024 X 800 resolution... Leave a comment if u like an article...
Google
 
Web tezcols.blogspot.com

Friday, April 06, 2007

Bookmark using javascript....

< html >
< head >

< script language="JavaScript" type="Text/Javascript" >

var urlAddress = "http://www.talimpu.com";
var visibleName = "Mouth watering recipes...";
function addToFavorites() {
if(window.sidebar) {
window.sidebar.addPanel(visibleName, urlAddress,"");
}
if (window.external) {
window.external.AddFavorite(urlAddress,visibleName);
}

}
< /script >
< /head >

< body>
< a href="javascript:addToFavorites()"> < font color="#0000FF" face="Arial" > Wanna Bookmark me !< /font > < /a >
< /body >
< /html >

Labels:

0 Comments:

Post a Comment

<< Home