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 ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| 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? |
| Sponsored Links | ||
| ||
|
#2
| ||||
| ||||
| 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 |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Would Like to Make the Link Buttons Rollover Images | prs444 | osCMax v2 Customization/Mods | 4 | 10-21-2005 12:19 PM |
| How do i make my shop look like this ? | erik_ | osCommerce 2.2 Modification Help | 2 | 02-23-2005 09:51 PM |
| How to make a link available after purchase for audio | tam283 | osCommerce 2.2 Modification Help | 10 | 02-15-2005 11:40 AM |
| A own oscomshop homepage+pages to make how?:: who nows? | doumawis | osCommerce 2.2 Modification Help | 6 | 02-01-2005 09:32 AM |
| make catalog/index.php the default homepage of my website... | ReginaStelling | osCommerce 2.2 Modification Help | 10 | 09-20-2004 01:00 PM |