Making a Bookmark

  • Thread starter Thread starter Sheetrum
  • Start date Start date
Place the following in the page where you want it to appear:

<SCRIPT language="JavaScript">
<!--
if ((navigator.appVersion.indexOf("MSIE") > 0)
&& (parseInt(navigator.appVersion) >= 4)) {
document.write("<a href='#' onclick='window.external.
AddFavorite(location.href, document.title);'>
Add this page to your favorites!</a>");
}
file://-->
</SCRIPT>


--

Steve Easton
Microsoft MVP FrontPage
FP Cleaner
http://www.95isalive.com/fixes/fpclean.htm
Hit Me FP
http://www.95isalive.com/fixes/HitMeFP.htm
 
Thanks for the quick response. When I pasted you code into my page. I
noticed that the word "this" is colored like a tag. And where I expected to
see the words "Add the page to your favorites!" it was blank. I clicked
where I wanted the favorite, switched to code view and pasted the code.
When I went back to design view, there wasn't any changes or anything to
click on.
 
Paste Steve's code into Notepad, then copy and paste into your page in html/code view

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
I'm sorry, but I still get the same effect
Thomas A. Rowe said:
Paste Steve's code into Notepad, then copy and paste into your page in
html/code view

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
Back
Top