Your Best Hosting
Solution

Keeping it Simple


  Main Menu
     Home Page
     About Us
     Hosting Plans
     Register Domains
     The Good Stuff
     Member Area
     Support Ticket
  Free Extras
     Free Domain Name
     RVSiteBuilder
     WebTraxEditor
     Tutorials
     And Much More
  Important Information
     90 Day Free Trial
     Our Guarantee
     F A Q
  Contact Information
     Contact Us
     Our Forum
  Site Map
     Site Map

Back to Previous Page






Add Favorite
What it's all about:

Pops up the "Favorites" window to bookmark the link in Internet Explorer. Pretty neat!

How to install this script:
TWO STEPS TO INSTALL ADD FAVORITE:

1. Copy the coding into the HEAD of your HTML document
2. Add the last code into the BODY of your HTML document

STEP ONE: Paste this code into the HEAD of your HTML document

<HEAD>

<SCRIPT LANGUAGE="JavaScript">

<!-- Original: nprakaz@rediffmail.com -->
<!-- Web Site: http://www20.brinkster.com/mahathmaonline -->

<!-- Begin
function addbookmark()
{
bookmarkurl="http://javascript.internet.com/"
bookmarktitle="Welcome To JavaScript Source"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
// End -->
</script>

</HEAD>

STEP TWO: Copy this code into the BODY of your HTML document

<BODY>

<div align="center">
<a href="javascript:addbookmark()"><b>Bookmark This Page</a> </div>