PDA

Click to See Complete Forum and Search --> : simple question, I think


vbuser1976
Aug 16th, 2001, 02:05 PM
Hi!

This is something I am just curious about. I have a web page that has some javascript to let the user create a bookmark. I noticed that on the older versions on Netscape, the javascript is ignored. Is there a way, maybe through HTML code, to create that bookmark link and also check which one the browser should use (if IE, use javascript version...if netscape use HTML(or other) version)?

Any ideas out there?

sail3005
Aug 16th, 2001, 02:07 PM
the only way to bookmark a page in netscape is for the user to do it manually. not html/javascript/whatever can do this from a webpage.

vbuser1976
Aug 16th, 2001, 02:15 PM
Kind of had a feeling that was the answer. Thank you for your input.