Forum Moderators: mack

Message Too Old, No Replies

How to put " Bookmark this page" link

link

         

mann

11:01 am on Dec 12, 2003 (gmt 0)

10+ Year Member



:( I am New to webspage building , any one help me ,
I want to know How to put "Bookmark this page" link on to my page(i.e. on my website page )

Thanks in Advance

benihana

11:08 am on Dec 12, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



you need javascript for this.

try this search [google.com]

and take your pick.

ben

mann

11:32 am on Dec 12, 2003 (gmt 0)

10+ Year Member



Thank You Ben ,

Hope this solve my problem.

linton

8:26 am on Dec 13, 2003 (gmt 0)

10+ Year Member



I put a javascript Bookmark and then ran in thru a W3 'assessor' but it told me to remove the message coz it would only work if somebody had javascript enabled. Therefore, I am unsure how many people would actually be able to use the script? If there were too many people who couldn't use it then this may put people off from using the site?

jdMorgan

8:47 am on Dec 13, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



93% or more of your visitors are likely to have JS enabled. For those that don't, use the <noscript> tags, and within them, add a simple message inviting visitors to hit Control-D to bookmark the page.

<script>
(script goes here)
</script>
<noscript>
Press control-D to bookmark our site!
</noscript>

Jim