Making a Bookmark

How do I go about making a link that will add a bookmark on a visitors
computer?
sheetrum [ Mi, 23 Januar 2008 06:19 ] [ ID #1914446 ]

Re: Making a Bookmark

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

"Sheetrum" <sheetrum [at] verizon.net> wrote in message news:OkUcZ%23XXIHA.4196 [at] TK2MSFTNGP04.phx.gbl...
> How do I go about making a link that will add a bookmark on a visitors computer?
>
Steve Easton [ Mi, 23 Januar 2008 14:27 ] [ ID #1914458 ]

Re: Making a Bookmark

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.


"Steve Easton" <admin [at] 95isalive.com> wrote in message
news:%237ascPcXIHA.4432 [at] TK2MSFTNGP05.phx.gbl...
> 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
>
> "Sheetrum" <sheetrum [at] verizon.net> wrote in message
> news:OkUcZ%23XXIHA.4196 [at] TK2MSFTNGP04.phx.gbl...
>> How do I go about making a link that will add a bookmark on a visitors
>> computer?
>>
>
>
sheetrum [ Do, 24 Januar 2008 04:18 ] [ ID #1915248 ]

Re: Making a Bookmark

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


"Sheetrum" <sheetrum [at] verizon.net> wrote in message news:uTY7UfjXIHA.3940 [at] TK2MSFTNGP05.phx.gbl...
> 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.
>
>
> "Steve Easton" <admin [at] 95isalive.com> wrote in message
> news:%237ascPcXIHA.4432 [at] TK2MSFTNGP05.phx.gbl...
>> 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
>>
>> "Sheetrum" <sheetrum [at] verizon.net> wrote in message
>> news:OkUcZ%23XXIHA.4196 [at] TK2MSFTNGP04.phx.gbl...
>>> How do I go about making a link that will add a bookmark on a visitors computer?
>>>
>>
>>
>
>
tarowe [ Do, 24 Januar 2008 14:20 ] [ ID #1915268 ]

Re: Making a Bookmark

I'm sorry, but I still get the same effect
"Thomas A. Rowe" <tarowe [at] mvps.org> wrote in message
news:O3KWpvoXIHA.5396 [at] TK2MSFTNGP02.phx.gbl...
> 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
> ==============================================
>
>
> "Sheetrum" <sheetrum [at] verizon.net> wrote in message
> news:uTY7UfjXIHA.3940 [at] TK2MSFTNGP05.phx.gbl...
>> 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.
>>
>>
>> "Steve Easton" <admin [at] 95isalive.com> wrote in message
>> news:%237ascPcXIHA.4432 [at] TK2MSFTNGP05.phx.gbl...
>>> 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
>>>
>>> "Sheetrum" <sheetrum [at] verizon.net> wrote in message
>>> news:OkUcZ%23XXIHA.4196 [at] TK2MSFTNGP04.phx.gbl...
>>>> How do I go about making a link that will add a bookmark on a visitors
>>>> computer?
>>>>
>>>
>>>
>>
>>
>
>
sheetrum [ Fr, 25 Januar 2008 04:50 ] [ ID #1916101 ]

Re: Making a Bookmark

Try the following:

http://www.java-scripts.net/javascripts/Add-to-Favorites-Scr ipt.phtml

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

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


"Sheetrum" <sheetrum [at] verizon.net> wrote in message news:eMqn$VwXIHA.4740 [at] TK2MSFTNGP02.phx.gbl...
> I'm sorry, but I still get the same effect
> "Thomas A. Rowe" <tarowe [at] mvps.org> wrote in message news:O3KWpvoXIHA.5396 [at] TK2MSFTNGP02.phx.gbl...
>> 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
>> ==============================================
>>
>>
>> "Sheetrum" <sheetrum [at] verizon.net> wrote in message news:uTY7UfjXIHA.3940 [at] TK2MSFTNGP05.phx.gbl...
>>> 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.
>>>
>>>
>>> "Steve Easton" <admin [at] 95isalive.com> wrote in message
>>> news:%237ascPcXIHA.4432 [at] TK2MSFTNGP05.phx.gbl...
>>>> 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
>>>>
>>>> "Sheetrum" <sheetrum [at] verizon.net> wrote in message
>>>> news:OkUcZ%23XXIHA.4196 [at] TK2MSFTNGP04.phx.gbl...
>>>>> How do I go about making a link that will add a bookmark on a visitors computer?
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>
tarowe [ Fr, 25 Januar 2008 13:54 ] [ ID #1916111 ]
Microsoft » microsoft.public.frontpage.client » Making a Bookmark

Vorheriges Thema: Making a cell transparent?
Nächstes Thema: Expression web, what's a good host??