Question:

How do I add a "Save In Favorites" button to my website?

by  |  earlier

0 LIKES UnLike

Also, I am using dreamweaver for my site!

 Tags:

   Report

2 ANSWERS


  1. open your main database. then right click the save to favorites button at the top of your screen. open it's destination link and copy it. paste it in between the following codes.

    <a href="link here">Save to Favorites</a>

    paste this where you would like it to be on your page and you are all set! Hope that helped


  2. Using JavaScript it's easy. Just put the following lines where you want your button to appear

    <FORM>

    <INPUT TYPE="button" VALUE="Add to Favorites" onClick='window.external.AddFavorite(loc... document.title);'>

    </FORM>

    Have a nice day

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.