|
Home | Contact Us | Client Testimonials |
Portfolio
|
 |
Adding a page to favorites from a link on a web page
|
| |
See-How its done
A very useful web site marketing trick, and very simple
to apply and use. The theory is that a user with IE4 (or
higher) will click on the link and add your site to
their list of favorites stored in the computers browser.
The information about the page comes from the Meta Tag
Title in the web page code. For more information on Meta
Tags see - Automatic Meta Tag Generator
These can then be quickly accessed by the user and
hopefully they will notice the entry and return to your
site.
Well that's the theory.
HTML CODE - Add To Favorites using Default Button
<FORM>
<INPUT TYPE = "button" VALUE = "Add This Site To Your
Favorites" onclick = 'window.external.AddFavorite(location.href,document.title);'>
</FORM>
HTML CODE - Add To Favorites using Text Link
slightly more involved as it underlines <u>...</u>, sets
the text colour to blue and changes the cursor to a hand
so that it mimics a true hyperlink.
<u>
<span STYLE="color:blue;cursor:hand;" onclick = "window.external.AddFavorite(location.href,
document.title);"> Add Page To Favorites
</span>
</u>
|
| |
Web design South Africa, Web Design Johannesburg, web design Sandton - African web design company
Web design South Africa web design company, web re-design professional web design and hosting including free web design consultation and web search engine optimisation.
|
|