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
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
Comment