Making a Bookmark

S

Steve Easton

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
 
S

Sheetrum

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.
 
T

Thomas A. Rowe

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
==============================================
 
S

Sheetrum

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top