Pages

Friday, November 18, 2011

Add to favorites javascript, bookmark page javascript


This simple piece of javascript code will automatically popup a prompt box to tempt your visitor to bookmark the page into their favorites list.
No programming experience is needed to insert the java code. Simply add the code directly into the <body> tag of your webpage. Works with IE 4+ browser only.

<body onLoad="if(document.all) 
window.external.AddFavorite(window.document.location,window.document.title)">

No comments:

Post a Comment