Results 1 to 2 of 2

Make us your homepage link - Does anyone know how to make?

This is a discussion on Make us your homepage link - Does anyone know how to make? within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; I want to add a link to my homepage so that people can click on it and make us there ...

      
  1. #1
    Member
    Join Date
    May 2005
    Posts
    42
    Rep Power
    0


    Default Make us your homepage link - Does anyone know how to make?

    I want to add a link to my homepage so that people can click on it and make us there homepage.

    Also wanted to have a link so that people can add my site to their favorites. - I belived thats called bookmarking the site

    Does anyone know the html code for these?

  2. #2
    New Member Jonnyboy's Avatar
    Join Date
    May 2005
    Location
    Cambridge England
    Posts
    22
    Rep Power
    0


    Default RE: Make us your homepage link - Does anyone know how to mak

    I have used this code in the past for bookmarking sites.
    This only works for some browsers.

    This goes in the head.

    <script language="JavaScript">
    <!--
    var bookmarkurl="http://www.yoursite.com/"
    var bookmarktitle="Your Site - Desciption"

    function addbookmark() {
    window.external.AddFavorite(bookmarkurl,bookmarkti tle)
    }
    // -->
    </script>


    This goes where you want it display the link.
    <script language="javascript">
    <!--
    if ((document.all)&&(!window.opera)) {
    document.write('<a href="javascript:addbookmark()"><b>Bookmark</b></a>')
    }
    -->
    </script>

    Hope this Helps
    John

Similar Threads

  1. Would Like to Make the Link Buttons Rollover Images
    By prs444 in forum osCmax v2 Customization/Mods
    Replies: 4
    Last Post: 10-21-2005, 01:19 PM
  2. How do i make my shop look like this ?
    By erik_ in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 02-23-2005, 10:51 PM
  3. How to make a link available after purchase for audio
    By tam283 in forum osCommerce 2.2 Modification Help
    Replies: 10
    Last Post: 02-15-2005, 12:40 PM
  4. A own oscomshop homepage+pages to make how?:: who nows?
    By doumawis in forum osCommerce 2.2 Modification Help
    Replies: 6
    Last Post: 02-01-2005, 10:32 AM
  5. make catalog/index.php the default homepage of my website...
    By ReginaStelling in forum osCommerce 2.2 Modification Help
    Replies: 10
    Last Post: 09-20-2004, 02:00 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •