+ Reply to Thread
Results 1 to 2 of 2

Thread: Adding 'Bookmark this Page' code
      
   

  1. #1
    TomWinslow is offline Private
    Join Date
    Aug 2008
    Location
    Newton, NC
    Posts
    1

    Default Adding 'Bookmark this Page' code

    I am trying to add a button to bookmark one of my website pages. I have two pieces of code but do not understang how to ‘marry’ them together.
    This piece will add a button: <p align="center"><button type="button">Bookmark This Page!</button></p>
    This piece will actually produce a link that will bookmark the page:
    <p align="center"><a href="javascript:window.external.AddFavorite('http ://www.iredell.com/Cousins.htm', 'Perry Cousins')" style="font-size:12px;color:#ffffff;font-family:verdana;">Perry Cousins Web Page</a></p>
    Now, how do incorporate the Button code into the Bookmark code so that I will have a button that will bookmark the page?
    Help!
    TomWinslow
    The Catawba Trader

  2. #2
    Marincky's Avatar
    Marincky is offline General
    Join Date
    Apr 2006
    Location
    Warwickshire, UK
    Posts
    4,565

    Default Re: Adding 'Bookmark this Page' code

    Haven't tried it myself but have a look at this
    Don't aim for success if you want it; just do what you love and believe in, and it will come naturally.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49