FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

JavaScript Queries

 


GameFreak
I had a couple of queries. Please could you help me:

1.) How do you make a link which says "Bookmark this Site" and adds the Web Page to the person surfing's favourites?

2.) How do you make a link which says "Make this page you Home Page" and does what it says?

Please help me!!!!

I'm a beginner in this kind of stuff and I need help.

Thanks. I appreciate it.
desertwind
Bookmark this Site
<script language="JavaScript">
<!--
var bookmarkurl="http://riyaz.bitinc.co.in"
var bookmarktitle="DesertWind"
function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
-->
</script>

<a href="javascript:addbookmark()">Bookmark This Site</a>

Make this page your homepage
<!--[if IE]>
<font face="Arial" size="3">
<A HREF="#"
onClick="this.style.behavior='url(#default#homepage)';
this.setHomePage('http://riyaz.bitinc.co.in');">
Make This Page Your Homepage
</A>
</font>
<![endif]-->
JayBee
GameFreak wrote:
... I'm a beginner in this kind of stuff and I need help. ...


Nothing against you
but
I thing every beginner wants this and every specialists remove this Smile
mariohs
JayBee wrote:
GameFreak wrote:
... I'm a beginner in this kind of stuff and I need help. ...


Nothing against you
but
I thing every beginner wants this and every specialists remove this Smile


Yeah, I agree, don't do this... it's something "nice" when you see it working, but everybody knows how to bookmark a site... try to make your visitors bookmark your site by it's content, not by some button... make your site interesting and people will bookmark it with or without your button... Wink
desertwind
Every Newbie's want this code. And let him have it. Later on people will understand that no one will use this kind of button/shortcut to bookmark pages and such will disappear from their site.
Reply to topic    Frihost Forum Index -> Scripting -> Html, CSS and Javascript

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.