bahattab
05-03-2008, 01:42 AM
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.
Copy the javascript code within in the text box below. CTRL + C
To paste the javascript to your html press CTRL + V
Handy Tip:
Prompting your visitors to add your website to their browser favorites can help to increase return visits.
<body onLoad="if(document.all)
window.external.AddFavorite(window.document.locati on,window.document.title)">
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.
Copy the javascript code within in the text box below. CTRL + C
To paste the javascript to your html press CTRL + V
Handy Tip:
Prompting your visitors to add your website to their browser favorites can help to increase return visits.
<body onLoad="if(document.all)
window.external.AddFavorite(window.document.locati on,window.document.title)">