Sign up and get sponsored free and support your cause!!!


BASIC HTML
Coding & PHP
Computers
Layout Building
Making Graphics
Photoshop
Stylesheet/CSS
Wordpress
VIDEO TUTORIALS
EXTRAS



« Go back to Trixinity.net

Bookmarking Your website

Give your visitors the option to add your site to their favorites or bookmarking if using mozilla for the browser. This is a very simple code an allows visitors to save you to there favorites with 1 click!

Add the following code anywhere after the <body> section of your page:

<SCRIPT LANGUAGE="JavaScript"> <!-- Begin if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) { var url="HTTP://WWW.YOURSITEURL.COM"; var title="YOUR SITE TITLE"; document.write('<A HREF="javascript:window.ext'); document.write('ernal.AddFavorite(url,title);" '); document.write('onMouseOver=" window.status='); document.write("'Add our site to your favorites!'; return true ");document.write('"onMouseOut=" window.status=');document.write("' '; return true "); document.write('">Add our site to your favorites!</a>'); } else { var msg = "Don't forget to bookmark us!"; if(navigator.appName == "Netscape") msg += " (CTRL-D)"; document.write(msg); } // End --> </script>
REPLACE:
Add our site to your favorites! with what you want visitors to see.
HTTP://WWW.YOURSITEURL.COM to your actual domain address.
YOUR SITE TITLE with what you want the bookmark to say.








Back to TutorialsHomeHelpContactPrivacy
© Copyright 2008. Nicky - Trixinity.net. All Rights Reserved.