Submit Article

If you would like to submit an article, click the button below.

Categories

<-- Back to Current Category

Putting an "ADD TO FAVORITES" button on your page

By: Amrit Hallan, Fri Apr 21st, 2006

It's always better to make your visitor add your page to the "Favorites" folder so that he or she can come back to your site in future. I myself bookmark pages I find useful. Not everybody knows that press CTRL+D does the job, and not everybody feels motivated enough all the time to first go to "Favorites" in the menu and do the task.

The code below gives you an option to put the "Add To Favorites" on your page, so the user has to just click it in order to bookmark the page.

Untitled< itle> </head> <body> <form> <input type="button" value="Add To Favorites" onClick="javascript:window.external.AddFavorite('http://www.bytes worth.com', 'Bytesworth Internet Marketing Solutions');"> </form></p> <p></body> </html></p> <p>The code has information about my web site, but you can easily replace it with yours.</p> <hr> <p>About the author: Amrit Hallan is a freelance web designer. For all web site development and web promotion needs, you can get in touch with him at For more such articles, visit and You can subscribe to his newsletter [BYTESWORTH REACHOUT] on Web Designing Tips & Tricks by sending a blank email at bytesworth-subscribe@topica.com</p> </p> <table width="100%" cellpadding="1" cellspacing="0" align="center"><tr><TD align="left" style="border: 0px solid;"></TD> </tr></table></div> <div id="right"> <h1>Search</h1> <form action="/web-design/" method="get"> <center><input type="text" name="search_query" id="search_query" style="font-size: 12px; font-family: sans-serif; border: 1px solid #000; margin: 2px; padding: 2px;" size="10" value=""> <select name="search_type" id="search_type" style="font-size: 12px; font-family: sans-serif; border: 1px solid #000; margin: 2px; padding: 2px;"><option value="Articles" >Articles</option><option value="Titles" >Titles</option><option value="Authors" >Authors</option></select> <input type="submit" value="Search" style="font-size: 12px; font-family: sans-serif; border: 1px solid #000; margin: 2px;"></center> </form><center> <script type="text/javascript"><!-- google_ad_client = "pub-2954404370983426"; google_ad_width = 160; google_ad_height = 600; google_ad_format = "160x600_as"; google_ad_type = "text"; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script> </center></div> </div> </BODY> </HTML>