About This Product
FontsMadeEasy.com
 
Search This Database:
| Over 5000 Free Fonts | Tutorials | Javascript Forum | Other Javascript Resources | Cheat Sheet
Tutorial archive
General Questions
Javascript 1.2
Navigation
Numbers
Strings
Object Model
Reference Manual
Dialog
Windows
Frames
Forms
Images
Mouse Events
Colors
File Access
Control Status Bar
Dates and Time
Cookies
Client Information
Bookmarklets


Bookmarklets: Browser Support

Question: What browsers support bookmarklets?

Answer: Bookmarklets are supported by the following browsers:

  • Netscape Navigator 3.0 and newer versions
  • Internet Explorer 4.0 and newer versions

    Not all bookmarklets will work in any browser. This is due to the differences in JavaScript implementations in different browsers. To write a cross-browser bookmarklet:

  • Use JavaScript subset that is supported in all target browsers.
  • Make sure that the bookmarklet code is not too long.

    BackBack