Jump to content

Why this isnt working?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
Guest_Creature_*

Guest_Creature_*
  • Guests
Hello all

At my site www.cheatstomb.com ther is a javascript link that bookmarks the site.
At firefox isn't working but at IE it does so I thought if there is a script that enables or something for firefox too.

#2
TkTech

TkTech

    The Crazy One

  • Moderators
  • 1,396 posts
This works:

var msg = "Bookmark Us!";
if(navigator.appName == "Netscape")
   msg += " (CTRL-D)";
document.write(msg);