-
simple question, I think
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?
-
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.
-
ok...bummer :(
Kind of had a feeling that was the answer. Thank you for your input.