M
Malcolm Walker
I found the javascript `Bookmark This Page!' shown below on a third
party Web site & I have copied & pasted it in HTML view into a web on my
system. In Preview it appears to work but does not work in my browser.
Nor, not surprisingly therefore, does it work on the Web at:
http://www.sandiwaygolf.co.uk/
I would be grateful for help in identifying why I have been unsuccessful.
Malcolm Walker
| <span style="border: 1px dashed rgb(51, 51, 51); padding: 3px;">
<script type="text/javascript">
var text = "Bookmark This Page!"
// Add your website URL between the quotations below
var site = "http://www.Bravenet.com";
// Add your site description in the quotations below
var desc = "Webtools for Webmasters"
var ver = navigator.appName
var num = parseInt(navigator.appVersion)
if ((ver == "Microsoft Internet Explorer")&&(num >= 4))
{
document.write('<a title="Bookmark this page"
href="javascript:window.external.AddFavorite(site,desc);" ');
document.write('onMouseOver=" window.status=')
document.write("text; return true ")
document.write('"onMouseOut=" window.status=')
document.write("' '; return true ")
document.write('">'+ text + '</a>')
}
else
{
text += " (Ctrl+D)"
document.write(text)
}
</script> </span>|
party Web site & I have copied & pasted it in HTML view into a web on my
system. In Preview it appears to work but does not work in my browser.
Nor, not surprisingly therefore, does it work on the Web at:
http://www.sandiwaygolf.co.uk/
I would be grateful for help in identifying why I have been unsuccessful.
Malcolm Walker
| <span style="border: 1px dashed rgb(51, 51, 51); padding: 3px;">
<script type="text/javascript">
var text = "Bookmark This Page!"
// Add your website URL between the quotations below
var site = "http://www.Bravenet.com";
// Add your site description in the quotations below
var desc = "Webtools for Webmasters"
var ver = navigator.appName
var num = parseInt(navigator.appVersion)
if ((ver == "Microsoft Internet Explorer")&&(num >= 4))
{
document.write('<a title="Bookmark this page"
href="javascript:window.external.AddFavorite(site,desc);" ');
document.write('onMouseOver=" window.status=')
document.write("text; return true ")
document.write('"onMouseOut=" window.status=')
document.write("' '; return true ")
document.write('">'+ text + '</a>')
}
else
{
text += " (Ctrl+D)"
document.write(text)
}
</script> </span>|