I need one for my TGP Site, anyone? When surfers click automatically bookmarks my site or something.
Bookmark Script
Collapse
X
-
-
man appreciate it. though i copy and paste the script in my html but it dont wrk.SIG TOO BIG! Maximum 120x60 button and no more than 3 text lines of DEFAULT SIZE and COLOR. Unless your sig is for a GFY top banner sponsor, then you may use a 624x80 instead of a 120x60.Comment
-
Try this:
*a href="javascript:window.external.AddFavorite('http ://www.yoursite.com','Your Site Name')"><font size="3" color="black"><b><i>Bookmark This Site!!</i></b></font></a>
replace * with <Comment
-
yeah he mailed me so i sent him that one...
I think he wants an auto bookmark thing, so it bookmarks as soon as the page opens..
I havent a clue on what code would do that.. I guess I've never really looked into pissing off my surfers!Comment
-
Yes thanks.. I Will keep looking. Auto pop up bookmarker saying yes or no..SIG TOO BIG! Maximum 120x60 button and no more than 3 text lines of DEFAULT SIZE and COLOR. Unless your sig is for a GFY top banner sponsor, then you may use a 624x80 instead of a 120x60.Comment
-
You just need to use the onLoad event to trigger the bookmark function.
Inbetween your page's HEAD /HEAD tags, put:
Then in your BODY tag:Code:<script type="text/javascript"> function bookmarksite() { if (document.all) { window.external.AddFavorite("http://www.AsianShemaleLinks.com/main.html", " AsianShemaleLinks.com "); } if (window.sidebar) { window.sidebar.addPanel(" AsianShemaleLinks.com ", "http://www.AsianShemaleLinks.com/main.html", ""); } } </script>
Code:<BODY onLoad="javascript:bookmarksite();">

TGPFactory Full TGP Design & Installation Services
ICQ 250 142 484 · AIM TGPDynamix · Email: patrick (at) tgpfactory (dot) com
See who I am at AdultWhosWho.com!Comment
-
Comment
-

Comment