<< Previous Topic | Next Topic >>  

Bookmark script

November 5 2001 at 3:46 PM
  (no login)

 
Hey dude...nice bg on this msg box (wierd...hehehehehhe)

Got a favor to ask..

I need a good script from you.

I want a script for the following:
say for example you are reading this sentence and part of it says...blah blah blah "bookmark this page" etc etc that is what I am after, as I can't find anything good.

send with instructions, as you know how much of a 'closet geek' that I am....

thanks a bunch

Donna

 
 Respond to this message   
AuthorReply
Phil
(Login mrpip)
Forum Owner

Bookmark script

November 5 2001, 5:07 PM 

Ok, I know the script for IE but not netscape so I have just put in a message prompt for netscape use's untill you, is you find a script for netscape.

insert this line where ever
<a href="javascript:bookmarkit()">Bookmark this site</a>


and this script can go anywhere you like
<script language="JavaScript">
<!--
function bookmarkit(){
if (navigator.appName == "Microsoft Internet Explorer"){
window.external.AddFavorite("http://yourURL","bookmarktitle")
}
else if (navigator.appName == "Netscape"){
alert("Don't forget to bookmark us!")}
}
-->
</script>

replace "http://yourURL" with your site url and "bookmarktitle" to your site title.



    
This message has been edited by mrpip on Nov 5, 2001 5:20 PM
This message has been edited by mrpip on Nov 5, 2001 5:17 PM
This message has been edited by mrpip on Nov 5, 2001 5:13 PM


 
 Respond to this message   
Donna
(Login TenkoiStar)

Script

November 6 2001, 5:07 AM 

Hey Phil

not even 5 minutes later, I found the script, sorry to waste you're time, but hey, I like the quick service!!

r u not feeling well?? (hehehehehe)






 
 Respond to this message   
Phil
(Login mrpip)
Forum Owner

Kids

November 6 2001, 8:46 AM 

hehe.. na I wasn't feeling well, I went on a school trip to the zoo yesterday, one long day.

Had you also found the netscape bookmark script.

I thought you had signed up with NW54 when I saw you logged in, till I saw the sig, Cool sig Shaun


 
 Respond to this message   
Donna
(Login TenkoiStar)

Bookmark Scripts - Netscape

November 6 2001, 4:12 PM 

Hey man!!

Here's a couple of links regarding Netscape Bookmark scripts YOU may find helpful....let me know how it turns out....


1. http://www.simplythebest.net/info/dhtml_bookmarks.html

2. http://www.perlproducts.com/archive/scriptlib/bookmark_utilities/

If I find additional resources I'll let you know

don't be too surprised if you don't instant responses from me as I'm getting on a busy schedule with christmas coming up with both Jorges schedule and the business I have very little time to myself, but as you already know get a hold of me either via chat or email

Donna


<a href=

 
 Respond to this message   
Current Topic - Bookmark script
  << Previous Topic | Next Topic >>  
Find more forums on Personal Web PagesCreate your own forum at Network54
 Copyright © 1999-2009 Network54. All rights reserved.   Terms of Use   Privacy Statement